Html Css Color HEX #C46508 Tenne (Tawny)

📋 copy color: '#C46508'

red 196 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #C46508

Tints of Tenne (Tawny) #C46508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 64.26%
G = 33.11%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C46508 (or 0xC46508) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 08. RGB value is (196,101,8). Sum of RGB (Red+Green+Blue) = 196+101+8=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C46508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46508 is #3B9AF7. Grayscale: #777777. Windows color (decimal): -3906296 or 550340. OLE color: 550340.

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

Color convert

RGB 196 101 8 -
CMYK 0 0.48 0.96 0.23
HSL 29.68º 0.92% 0.4% -
HSV(B) 29.68º 0.96% 0.77% -
XYZ 27.46 21.06 2.85 -
YUV 118.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 196 101 8 0 0.48 0.96 0.23 29.68 0.92 0.4
Hex C4 65 8 0 30 60 17 1E 5C 28
Octal 304 145 10 0 60 140 27 36 134 50
Binary 11000100 1100101 1000 0 110000 1100000 10111 11110 1011100 101000

Color Harmonies of #C46508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46508

Black with #C46508

Text Example


Text Example

White with #C46508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46508; }

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

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

background-color css

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

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

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

border-color css

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

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

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