Html Css Color HEX #CB6004 Tenne (Tawny)

📋 copy color: '#CB6004'

red 203 ◦ green 96 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6004

Tints of Tenne (Tawny) #CB6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 67%
G = 31.68%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6004 (or 0xCB6004) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 04. RGB value is (203,96,4). Sum of RGB (Red+Green+Blue) = 203+96+4=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6004 is #349FFB. Grayscale: #757575. Windows color (decimal): -3448828 or 286923. OLE color: 286923.

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

Color convert

RGB 203 96 4 -
CMYK 0 0.53 0.98 0.20
HSL 27.74º 0.96% 0.41% -
HSV(B) 27.74º 0.98% 0.8% -
XYZ 28.83 21.07 2.66 -
YUV 117.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 203 96 4 0 0.53 0.98 0.20 27.74 0.96 0.41
Hex CB 60 4 0 35 62 14 1C 60 29
Octal 313 140 4 0 65 142 24 34 140 51
Binary 11001011 1100000 100 0 110101 1100010 10100 11100 1100000 101001

Color Harmonies of #CB6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6004

Black with #CB6004

Text Example


Text Example

White with #CB6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6004; }

 p { color: rgb(203,96,4); }

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

background-color css

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

 a { background-color: rgb(203,96,4); }

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

border-color css

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

 span { border-color: rgb(203,96,4); }

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