Html Css Color HEX #C46B00 Tenne (Tawny)

📋 copy color: '#C46B00'

red 196 ◦ green 107 ◦ blue 0

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

Shades of Tenne (Tawny) #C46B00

Tints of Tenne (Tawny) #C46B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

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

R = 64.69%
G = 35.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46B00 (or 0xC46B00) is known color: Tenne (Tawny). HEX triplet: C4, 6B and 00. RGB value is (196,107,0). Sum of RGB (Red+Green+Blue) = 196+107+0=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46B00 is #3B94FF. Grayscale: #797979. Windows color (decimal): -3904768 or 27588. OLE color: 27588.

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

Color convert

RGB 196 107 0 -
CMYK 0 0.45 1 0.23
HSL 32.76º 1% 0.38% -
HSV(B) 32.76º 1% 0.77% -
XYZ 28.02 22.25 2.82 -
YUV 121.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 196 107 0 0 0.45 1 0.23 32.76 1 0.38
Hex C4 6B 0 0 2D 64 17 21 64 26
Octal 304 153 0 0 55 144 27 41 144 46
Binary 11000100 1101011 0 0 101101 1100100 10111 100001 1100100 100110

Color Harmonies of #C46B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B00

Black with #C46B00

Text Example


Text Example

White with #C46B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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