Html Css Color HEX #C46408 Tenne (Tawny)

📋 copy color: '#C46408'

red 196 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #C46408

Tints of Tenne (Tawny) #C46408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 64.47%
G = 32.89%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C46408 (or 0xC46408) is known color: Tenne (Tawny). HEX triplet: C4, 64 and 08. RGB value is (196,100,8). Sum of RGB (Red+Green+Blue) = 196+100+8=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C46408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46408 is #3B9BF7. Grayscale: #767676. Windows color (decimal): -3906552 or 550084. OLE color: 550084.

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

Color convert

RGB 196 100 8 -
CMYK 0 0.49 0.96 0.23
HSL 29.36º 0.92% 0.4% -
HSV(B) 29.36º 0.96% 0.77% -
XYZ 27.37 20.87 2.82 -
YUV 118.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 196 100 8 0 0.49 0.96 0.23 29.36 0.92 0.4
Hex C4 64 8 0 31 60 17 1D 5C 28
Octal 304 144 10 0 61 140 27 35 134 50
Binary 11000100 1100100 1000 0 110001 1100000 10111 11101 1011100 101000

Color Harmonies of #C46408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46408

Black with #C46408

Text Example


Text Example

White with #C46408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46408; }

 p { color: rgb(196,100,8); }

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

background-color css

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

 a { background-color: rgb(196,100,8); }

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

border-color css

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

 span { border-color: rgb(196,100,8); }

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