Html Css Color HEX #C46F07 Tenne (Tawny)

📋 copy color: '#C46F07'

red 196 ◦ green 111 ◦ blue 7

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

Shades of Tenne (Tawny) #C46F07

Tints of Tenne (Tawny) #C46F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 62.42%
G = 35.35%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C46F07 (or 0xC46F07) is known color: Tenne (Tawny). HEX triplet: C4, 6F and 07. RGB value is (196,111,7). Sum of RGB (Red+Green+Blue) = 196+111+7=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F07 is #3B90F8. Grayscale: #7D7D7D. Windows color (decimal): -3903737 or 487364. OLE color: 487364.

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

Color convert

RGB 196 111 7 -
CMYK 0 0.43 0.96 0.23
HSL 33.02º 0.93% 0.4% -
HSV(B) 33.02º 0.96% 0.77% -
XYZ 28.49 23.12 3.16 -
YUV 124.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 196 111 7 0 0.43 0.96 0.23 33.02 0.93 0.4
Hex C4 6F 7 0 2B 60 17 21 5D 28
Octal 304 157 7 0 53 140 27 41 135 50
Binary 11000100 1101111 111 0 101011 1100000 10111 100001 1011101 101000

Color Harmonies of #C46F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F07

Black with #C46F07

Text Example


Text Example

White with #C46F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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