Html Css Color HEX #C46507 Tenne (Tawny)

📋 copy color: '#C46507'

red 196 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #C46507

Tints of Tenne (Tawny) #C46507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 64.47%
G = 33.22%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C46507 (or 0xC46507) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 07. RGB value is (196,101,7). Sum of RGB (Red+Green+Blue) = 196+101+7=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C46507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46507 is #3B9AF8. Grayscale: #777777. Windows color (decimal): -3906297 or 484804. OLE color: 484804.

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

Color convert

RGB 196 101 7 -
CMYK 0 0.48 0.96 0.23
HSL 29.84º 0.93% 0.4% -
HSV(B) 29.84º 0.96% 0.77% -
XYZ 27.46 21.06 2.82 -
YUV 118.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 196 101 7 0 0.48 0.96 0.23 29.84 0.93 0.4
Hex C4 65 7 0 30 60 17 1E 5D 28
Octal 304 145 7 0 60 140 27 36 135 50
Binary 11000100 1100101 111 0 110000 1100000 10111 11110 1011101 101000

Color Harmonies of #C46507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46507

Black with #C46507

Text Example


Text Example

White with #C46507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46507; }

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

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

background-color css

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

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

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

border-color css

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

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

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