Html Css Color HEX #CA6F06 Tenne (Tawny)

📋 copy color: '#CA6F06'

red 202 ◦ green 111 ◦ blue 6

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

Shades of Tenne (Tawny) #CA6F06

Tints of Tenne (Tawny) #CA6F06

RGB

 RED value IS 202 (79.3% from 255) = 63.32%

 GREEN value IS 111 (43.75% from 255) = 34.8%

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

R = 63.32%
G = 34.8%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA6F06 (or 0xCA6F06) is known color: Tenne (Tawny). HEX triplet: CA, 6F and 06. RGB value is (202,111,6). Sum of RGB (Red+Green+Blue) = 202+111+6=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F06 is #3590F9. Grayscale: #7E7E7E. Windows color (decimal): -3510522 or 421834. OLE color: 421834.

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

Color convert

RGB 202 111 6 -
CMYK 0 0.45 0.97 0.21
HSL 32.14º 0.94% 0.41% -
HSV(B) 32.14º 0.97% 0.79% -
XYZ 30.07 23.94 3.21 -
YUV 126.24 60.15 182.04 -
System Red Green Blue C M Y K H S L
Decimal 202 111 6 0 0.45 0.97 0.21 32.14 0.94 0.41
Hex CA 6F 6 0 2D 61 15 20 5E 29
Octal 312 157 6 0 55 141 25 40 136 51
Binary 11001010 1101111 110 0 101101 1100001 10101 100000 1011110 101001

Color Harmonies of #CA6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F06

Black with #CA6F06

Text Example


Text Example

White with #CA6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F06; }

 p { color: rgb(202,111,6); }

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

background-color css

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

 a { background-color: rgb(202,111,6); }

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

border-color css

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

 span { border-color: rgb(202,111,6); }

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