Html Css Color HEX #CB6406 Tenne (Tawny)

📋 copy color: '#CB6406'

red 203 ◦ green 100 ◦ blue 6

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

Shades of Tenne (Tawny) #CB6406

Tints of Tenne (Tawny) #CB6406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 65.7%
G = 32.36%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB6406 (or 0xCB6406) is known color: Tenne (Tawny). HEX triplet: CB, 64 and 06. RGB value is (203,100,6). Sum of RGB (Red+Green+Blue) = 203+100+6=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6406 is #349BF9. Grayscale: #787878. Windows color (decimal): -3447802 or 419019. OLE color: 419019.

HSL color Cylindrical-coordinate representation of color #CB6406: hue angle of 28.63º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB6406 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 6 -
CMYK 0 0.51 0.97 0.20
HSL 28.63º 0.94% 0.41% -
HSV(B) 28.63º 0.97% 0.8% -
XYZ 29.22 21.82 2.84 -
YUV 120.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 203 100 6 0 0.51 0.97 0.20 28.63 0.94 0.41
Hex CB 64 6 0 33 61 14 1D 5E 29
Octal 313 144 6 0 63 141 24 35 136 51
Binary 11001011 1100100 110 0 110011 1100001 10100 11101 1011110 101001

Color Harmonies of #CB6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6406

Black with #CB6406

Text Example


Text Example

White with #CB6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6406; }

 p { color: rgb(203,100,6); }

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

background-color css

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

 a { background-color: rgb(203,100,6); }

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

border-color css

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

 span { border-color: rgb(203,100,6); }

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