Html Css Color HEX #C46407 Tenne (Tawny)

📋 copy color: '#C46407'

red 196 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #C46407

Tints of Tenne (Tawny) #C46407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.31%

R = 64.69%
G = 33%
B = 2.31%

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

#C46407 (or 0xC46407) is known color: Tenne (Tawny). HEX triplet: C4, 64 and 07. RGB value is (196,100,7). Sum of RGB (Red+Green+Blue) = 196+100+7=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C46407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46407 is #3B9BF8. Grayscale: #767676. Windows color (decimal): -3906553 or 484548. OLE color: 484548.

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

Color convert

RGB 196 100 7 -
CMYK 0 0.49 0.96 0.23
HSL 29.52º 0.93% 0.4% -
HSV(B) 29.52º 0.96% 0.77% -
XYZ 27.36 20.87 2.79 -
YUV 118.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 196 100 7 0 0.49 0.96 0.23 29.52 0.93 0.4
Hex C4 64 7 0 31 60 17 1E 5D 28
Octal 304 144 7 0 61 140 27 36 135 50
Binary 11000100 1100100 111 0 110001 1100000 10111 11110 1011101 101000

Color Harmonies of #C46407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46407

Black with #C46407

Text Example


Text Example

White with #C46407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46407; }

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

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

background-color css

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

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

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

border-color css

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

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

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