Html Css Color HEX #C45706 Tenne (Tawny)

📋 copy color: '#C45706'

red 196 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #C45706

Tints of Tenne (Tawny) #C45706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 67.82%
G = 30.1%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45706 (or 0xC45706) is known color: Tenne (Tawny). HEX triplet: C4, 57 and 06. RGB value is (196,87,6). Sum of RGB (Red+Green+Blue) = 196+87+6=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C45706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45706 is #3BA8F9. Grayscale: #6E6E6E. Windows color (decimal): -3909882 or 415684. OLE color: 415684.

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

Color convert

RGB 196 87 6 -
CMYK 0 0.56 0.97 0.23
HSL 25.58º 0.94% 0.4% -
HSV(B) 25.58º 0.97% 0.77% -
XYZ 26.21 18.57 2.37 -
YUV 110.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 196 87 6 0 0.56 0.97 0.23 25.58 0.94 0.4
Hex C4 57 6 0 38 61 17 1A 5E 28
Octal 304 127 6 0 70 141 27 32 136 50
Binary 11000100 1010111 110 0 111000 1100001 10111 11010 1011110 101000

Color Harmonies of #C45706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45706

Black with #C45706

Text Example


Text Example

White with #C45706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45706; }

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

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

background-color css

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

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

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

border-color css

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

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

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