Html Css Color HEX #C46000 Tenne (Tawny)

📋 copy color: '#C46000'

red 196 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #C46000

Tints of Tenne (Tawny) #C46000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.12%
G = 32.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46000 (or 0xC46000) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 00. RGB value is (196,96,0). Sum of RGB (Red+Green+Blue) = 196+96+0=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C46000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46000 is #3B9FFF. Grayscale: #737373. Windows color (decimal): -3907584 or 24772. OLE color: 24772.

HSL color Cylindrical-coordinate representation of color #C46000: hue angle of 29.39º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C46000 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 0 -
CMYK 0 0.51 1 0.23
HSL 29.39º 1% 0.38% -
HSV(B) 29.39º 1% 0.77% -
XYZ 26.95 20.1 2.46 -
YUV 114.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 196 96 0 0 0.51 1 0.23 29.39 1 0.38
Hex C4 60 0 0 33 64 17 1D 64 26
Octal 304 140 0 0 63 144 27 35 144 46
Binary 11000100 1100000 0 0 110011 1100100 10111 11101 1100100 100110

Color Harmonies of #C46000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46000

Black with #C46000

Text Example


Text Example

White with #C46000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46000; }

 p { color: rgb(196,96,0); }

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

background-color css

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

 a { background-color: rgb(196,96,0); }

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

border-color css

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

 span { border-color: rgb(196,96,0); }

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