Html Css Color HEX #C46400 Tenne (Tawny)

📋 copy color: '#C46400'

red 196 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #C46400

Tints of Tenne (Tawny) #C46400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

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

R = 66.22%
G = 33.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46400 (or 0xC46400) is known color: Tenne (Tawny). HEX triplet: C4, 64 and 00. RGB value is (196,100,0). Sum of RGB (Red+Green+Blue) = 196+100+0=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C46400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46400 is #3B9BFF. Grayscale: #757575. Windows color (decimal): -3906560 or 25796. OLE color: 25796.

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

Color convert

RGB 196 100 0 -
CMYK 0 0.49 1 0.23
HSL 30.61º 1% 0.38% -
HSV(B) 30.61º 1% 0.77% -
XYZ 27.32 20.85 2.58 -
YUV 117.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 196 100 0 0 0.49 1 0.23 30.61 1 0.38
Hex C4 64 0 0 31 64 17 1F 64 26
Octal 304 144 0 0 61 144 27 37 144 46
Binary 11000100 1100100 0 0 110001 1100100 10111 11111 1100100 100110

Color Harmonies of #C46400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46400

Black with #C46400

Text Example


Text Example

White with #C46400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46400; }

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

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

background-color css

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

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

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

border-color css

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

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

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