Html Css Color HEX #C46308 Tenne (Tawny)

📋 copy color: '#C46308'

red 196 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #C46308

Tints of Tenne (Tawny) #C46308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 64.69%
G = 32.67%
B = 2.64%

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

#C46308 (or 0xC46308) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 08. RGB value is (196,99,8). Sum of RGB (Red+Green+Blue) = 196+99+8=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C46308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46308 is #3B9CF7. Grayscale: #767676. Windows color (decimal): -3906808 or 549828. OLE color: 549828.

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

Color convert

RGB 196 99 8 -
CMYK 0 0.49 0.96 0.23
HSL 29.04º 0.92% 0.4% -
HSV(B) 29.04º 0.96% 0.77% -
XYZ 27.27 20.68 2.78 -
YUV 117.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 196 99 8 0 0.49 0.96 0.23 29.04 0.92 0.4
Hex C4 63 8 0 31 60 17 1D 5C 28
Octal 304 143 10 0 61 140 27 35 134 50
Binary 11000100 1100011 1000 0 110001 1100000 10111 11101 1011100 101000

Color Harmonies of #C46308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46308

Black with #C46308

Text Example


Text Example

White with #C46308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46308; }

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

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

background-color css

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

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

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

border-color css

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

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

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