Html Css Color HEX #CA6206 Tenne (Tawny)

📋 copy color: '#CA6206'

red 202 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #CA6206

Tints of Tenne (Tawny) #CA6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 66.01%
G = 32.03%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA6206 (or 0xCA6206) is known color: Tenne (Tawny). HEX triplet: CA, 62 and 06. RGB value is (202,98,6). Sum of RGB (Red+Green+Blue) = 202+98+6=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6206 is #359DF9. Grayscale: #777777. Windows color (decimal): -3513850 or 418506. OLE color: 418506.

HSL color Cylindrical-coordinate representation of color #CA6206: hue angle of 28.16º 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 #CA6206 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 98 6 -
CMYK 0 0.51 0.97 0.21
HSL 28.16º 0.94% 0.41% -
HSV(B) 28.16º 0.97% 0.79% -
XYZ 28.76 21.31 2.77 -
YUV 118.61 64.46 187.48 -
System Red Green Blue C M Y K H S L
Decimal 202 98 6 0 0.51 0.97 0.21 28.16 0.94 0.41
Hex CA 62 6 0 33 61 15 1C 5E 29
Octal 312 142 6 0 63 141 25 34 136 51
Binary 11001010 1100010 110 0 110011 1100001 10101 11100 1011110 101001

Color Harmonies of #CA6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6206

Black with #CA6206

Text Example


Text Example

White with #CA6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6206; }

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

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

background-color css

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

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

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

border-color css

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

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

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