Html Css Color HEX #CB6700 Tenne (Tawny)

📋 copy color: '#CB6700'

red 203 ◦ green 103 ◦ blue 0

#CB6700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CB6700

Tints of Tenne (Tawny) #CB6700

RGB

 RED value IS 203 (79.69% from 255) = 66.34%

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.34%
G = 33.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB6700 (or 0xCB6700) is known color: Tenne (Tawny). HEX triplet: CB, 67 and 00. RGB value is (203,103,0). Sum of RGB (Red+Green+Blue) = 203+103+0=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6700 is #3498FF. Grayscale: #797979. Windows color (decimal): -3447040 or 26571. OLE color: 26571.

HSL color Cylindrical-coordinate representation of color #CB6700: hue angle of 30.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB6700 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 103 0 -
CMYK 0 0.49 1 0.20
HSL 30.44º 1% 0.4% -
HSV(B) 30.44º 1% 0.8% -
XYZ 29.48 22.4 2.77 -
YUV 121.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 203 103 0 0 0.49 1 0.20 30.44 1 0.4
Hex CB 67 0 0 31 64 14 1E 64 28
Octal 313 147 0 0 61 144 24 36 144 50
Binary 11001011 1100111 0 0 110001 1100100 10100 11110 1100100 101000

Color Harmonies of #CB6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6700

Black with #CB6700

Text Example


Text Example

White with #CB6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6700; }

 p { color: rgb(203,103,0); }

 H1.HeaderClassName
 {
   color: #CB6700;
 }
 .AnyTagClassName
 {
   color: #CB6700;
 }
</style>

background-color css

<style>
 a { background-color: #CB6700; }

 a { background-color: rgb(203,103,0); }

 div.DivClassName
 {
   background-color: #CB6700;
 }
 .BgClassName
 {
   background-color: #CB6700;
 }
</style>

border-color css

<style>
 span { border-color: #CB6700; }

 span { border-color: rgb(203,103,0); }

 td.TdClassName
 {
   border-color: #CB6700;
 }
 .TagClassName
 {
   border-color: #CB6700;
 }
</style>