Html Css Color HEX #C45506 Tenne (Tawny)

📋 copy color: '#C45506'

red 196 ◦ green 85 ◦ blue 6

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

Shades of Tenne (Tawny) #C45506

Tints of Tenne (Tawny) #C45506

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 68.29%
G = 29.62%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45506 (or 0xC45506) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 06. RGB value is (196,85,6). Sum of RGB (Red+Green+Blue) = 196+85+6=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C45506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45506 is #3BAAF9. Grayscale: #6D6D6D. Windows color (decimal): -3910394 or 415172. OLE color: 415172.

HSL color Cylindrical-coordinate representation of color #C45506: hue angle of 24.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C45506 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 6 -
CMYK 0 0.57 0.97 0.23
HSL 24.95º 0.94% 0.4% -
HSV(B) 24.95º 0.97% 0.77% -
XYZ 26.05 18.25 2.32 -
YUV 109.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 196 85 6 0 0.57 0.97 0.23 24.95 0.94 0.4
Hex C4 55 6 0 39 61 17 19 5E 28
Octal 304 125 6 0 71 141 27 31 136 50
Binary 11000100 1010101 110 0 111001 1100001 10111 11001 1011110 101000

Color Harmonies of #C45506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45506

Black with #C45506

Text Example


Text Example

White with #C45506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45506; }

 p { color: rgb(196,85,6); }

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

background-color css

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

 a { background-color: rgb(196,85,6); }

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

border-color css

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

 span { border-color: rgb(196,85,6); }

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