Html Css Color HEX #C46307 Tenne (Tawny)

📋 copy color: '#C46307'

red 196 ◦ green 99 ◦ blue 7

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

Shades of Tenne (Tawny) #C46307

Tints of Tenne (Tawny) #C46307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 64.9%
G = 32.78%
B = 2.32%

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

#C46307 (or 0xC46307) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 07. RGB value is (196,99,7). Sum of RGB (Red+Green+Blue) = 196+99+7=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C46307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46307 is #3B9CF8. Grayscale: #757575. Windows color (decimal): -3906809 or 484292. OLE color: 484292.

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

Color convert

RGB 196 99 7 -
CMYK 0 0.49 0.96 0.23
HSL 29.21º 0.93% 0.4% -
HSV(B) 29.21º 0.96% 0.77% -
XYZ 27.27 20.67 2.75 -
YUV 117.52 65.64 183.98 -
System Red Green Blue C M Y K H S L
Decimal 196 99 7 0 0.49 0.96 0.23 29.21 0.93 0.4
Hex C4 63 7 0 31 60 17 1D 5D 28
Octal 304 143 7 0 61 140 27 35 135 50
Binary 11000100 1100011 111 0 110001 1100000 10111 11101 1011101 101000

Color Harmonies of #C46307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46307

Black with #C46307

Text Example


Text Example

White with #C46307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46307; }

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

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

background-color css

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

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

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

border-color css

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

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

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