Html Css Color HEX #CB6C04 Tenne (Tawny)

📋 copy color: '#CB6C04'

red 203 ◦ green 108 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6C04

Tints of Tenne (Tawny) #CB6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 64.44%
G = 34.29%
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

#CB6C04 (or 0xCB6C04) is known color: Tenne (Tawny). HEX triplet: CB, 6C and 04. RGB value is (203,108,4). Sum of RGB (Red+Green+Blue) = 203+108+4=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C04 is #3493FB. Grayscale: #7D7D7D. Windows color (decimal): -3445756 or 289995. OLE color: 289995.

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

Color convert

RGB 203 108 4 -
CMYK 0 0.47 0.98 0.20
HSL 31.36º 0.96% 0.41% -
HSV(B) 31.36º 0.98% 0.8% -
XYZ 30.01 23.43 3.06 -
YUV 124.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 203 108 4 0 0.47 0.98 0.20 31.36 0.96 0.41
Hex CB 6C 4 0 2F 62 14 1F 60 29
Octal 313 154 4 0 57 142 24 37 140 51
Binary 11001011 1101100 100 0 101111 1100010 10100 11111 1100000 101001

Color Harmonies of #CB6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C04

Black with #CB6C04

Text Example


Text Example

White with #CB6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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