Html Css Color HEX #C46506 Tenne (Tawny)

📋 copy color: '#C46506'

red 196 ◦ green 101 ◦ blue 6

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

Shades of Tenne (Tawny) #C46506

Tints of Tenne (Tawny) #C46506

RGB

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

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

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

R = 64.69%
G = 33.33%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C46506 (or 0xC46506) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 06. RGB value is (196,101,6). Sum of RGB (Red+Green+Blue) = 196+101+6=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C46506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46506 is #3B9AF9. Grayscale: #777777. Windows color (decimal): -3906298 or 419268. OLE color: 419268.

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

Color convert

RGB 196 101 6 -
CMYK 0 0.48 0.97 0.23
HSL 30º 0.94% 0.4% -
HSV(B) 30º 0.97% 0.77% -
XYZ 27.45 21.06 2.79 -
YUV 118.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 196 101 6 0 0.48 0.97 0.23 30 0.94 0.4
Hex C4 65 6 0 30 61 17 1E 5E 28
Octal 304 145 6 0 60 141 27 36 136 50
Binary 11000100 1100101 110 0 110000 1100001 10111 11110 1011110 101000

Color Harmonies of #C46506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46506

Black with #C46506

Text Example


Text Example

White with #C46506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46506; }

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

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

background-color css

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

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

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

border-color css

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

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

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