Html Css Color HEX #C46405 Tenne (Tawny)

📋 copy color: '#C46405'

red 196 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #C46405

Tints of Tenne (Tawny) #C46405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 65.12%
G = 33.22%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C46405 (or 0xC46405) is known color: Tenne (Tawny). HEX triplet: C4, 64 and 05. RGB value is (196,100,5). Sum of RGB (Red+Green+Blue) = 196+100+5=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C46405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46405 is #3B9BFA. Grayscale: #767676. Windows color (decimal): -3906555 or 353476. OLE color: 353476.

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

Color convert

RGB 196 100 5 -
CMYK 0 0.49 0.97 0.23
HSL 29.84º 0.95% 0.39% -
HSV(B) 29.84º 0.97% 0.77% -
XYZ 27.35 20.86 2.73 -
YUV 117.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 196 100 5 0 0.49 0.97 0.23 29.84 0.95 0.39
Hex C4 64 5 0 31 61 17 1E 5F 27
Octal 304 144 5 0 61 141 27 36 137 47
Binary 11000100 1100100 101 0 110001 1100001 10111 11110 1011111 100111

Color Harmonies of #C46405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46405

Black with #C46405

Text Example


Text Example

White with #C46405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46405; }

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

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

background-color css

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

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

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

border-color css

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

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

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