Html Css Color HEX #CB6B04 Tenne (Tawny)

📋 copy color: '#CB6B04'

red 203 ◦ green 107 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6B04

Tints of Tenne (Tawny) #CB6B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 64.65%
G = 34.08%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6B04 (or 0xCB6B04) is known color: Tenne (Tawny). HEX triplet: CB, 6B and 04. RGB value is (203,107,4). Sum of RGB (Red+Green+Blue) = 203+107+4=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6B04 is #3494FB. Grayscale: #7C7C7C. Windows color (decimal): -3446012 or 289739. OLE color: 289739.

HSL color Cylindrical-coordinate representation of color #CB6B04: hue angle of 31.06º 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 #CB6B04 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 4 -
CMYK 0 0.47 0.98 0.20
HSL 31.06º 0.96% 0.41% -
HSV(B) 31.06º 0.98% 0.8% -
XYZ 29.91 23.22 3.02 -
YUV 123.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 203 107 4 0 0.47 0.98 0.20 31.06 0.96 0.41
Hex CB 6B 4 0 2F 62 14 1F 60 29
Octal 313 153 4 0 57 142 24 37 140 51
Binary 11001011 1101011 100 0 101111 1100010 10100 11111 1100000 101001

Color Harmonies of #CB6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B04

Black with #CB6B04

Text Example


Text Example

White with #CB6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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