Html Css Color HEX #C46504 Tenne (Tawny)

📋 copy color: '#C46504'

red 196 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #C46504

Tints of Tenne (Tawny) #C46504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 65.12%
G = 33.55%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C46504 (or 0xC46504) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 04. RGB value is (196,101,4). Sum of RGB (Red+Green+Blue) = 196+101+4=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C46504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46504 is #3B9AFB. Grayscale: #767676. Windows color (decimal): -3906300 or 288196. OLE color: 288196.

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

Color convert

RGB 196 101 4 -
CMYK 0 0.48 0.98 0.23
HSL 30.31º 0.96% 0.39% -
HSV(B) 30.31º 0.98% 0.77% -
XYZ 27.44 21.05 2.73 -
YUV 118.35 63.47 183.39 -
System Red Green Blue C M Y K H S L
Decimal 196 101 4 0 0.48 0.98 0.23 30.31 0.96 0.39
Hex C4 65 4 0 30 62 17 1E 60 27
Octal 304 145 4 0 60 142 27 36 140 47
Binary 11000100 1100101 100 0 110000 1100010 10111 11110 1100000 100111

Color Harmonies of #C46504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46504

Black with #C46504

Text Example


Text Example

White with #C46504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46504; }

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

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

background-color css

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

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

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

border-color css

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

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

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