Html Css Color HEX #C46C07 Tenne (Tawny)

📋 copy color: '#C46C07'

red 196 ◦ green 108 ◦ blue 7

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

Shades of Tenne (Tawny) #C46C07

Tints of Tenne (Tawny) #C46C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 63.02%
G = 34.73%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C46C07 (or 0xC46C07) is known color: Tenne (Tawny). HEX triplet: C4, 6C and 07. RGB value is (196,108,7). Sum of RGB (Red+Green+Blue) = 196+108+7=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46C07 is #3B93F8. Grayscale: #7B7B7B. Windows color (decimal): -3904505 or 486596. OLE color: 486596.

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

Color convert

RGB 196 108 7 -
CMYK 0 0.45 0.96 0.23
HSL 32.06º 0.93% 0.4% -
HSV(B) 32.06º 0.96% 0.77% -
XYZ 28.17 22.48 3.05 -
YUV 122.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 196 108 7 0 0.45 0.96 0.23 32.06 0.93 0.4
Hex C4 6C 7 0 2D 60 17 20 5D 28
Octal 304 154 7 0 55 140 27 40 135 50
Binary 11000100 1101100 111 0 101101 1100000 10111 100000 1011101 101000

Color Harmonies of #C46C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C07

Black with #C46C07

Text Example


Text Example

White with #C46C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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