Html Css Color HEX #C46706 Tenne (Tawny)

📋 copy color: '#C46706'

red 196 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #C46706

Tints of Tenne (Tawny) #C46706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 64.26%
G = 33.77%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C46706 (or 0xC46706) is known color: Tenne (Tawny). HEX triplet: C4, 67 and 06. RGB value is (196,103,6). Sum of RGB (Red+Green+Blue) = 196+103+6=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C46706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46706 is #3B98F9. Grayscale: #787878. Windows color (decimal): -3905786 or 419780. OLE color: 419780.

HSL color Cylindrical-coordinate representation of color #C46706: hue angle of 30.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C46706 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 6 -
CMYK 0 0.47 0.97 0.23
HSL 30.63º 0.94% 0.4% -
HSV(B) 30.63º 0.97% 0.77% -
XYZ 27.65 21.45 2.86 -
YUV 119.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 196 103 6 0 0.47 0.97 0.23 30.63 0.94 0.4
Hex C4 67 6 0 2F 61 17 1F 5E 28
Octal 304 147 6 0 57 141 27 37 136 50
Binary 11000100 1100111 110 0 101111 1100001 10111 11111 1011110 101000

Color Harmonies of #C46706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46706

Black with #C46706

Text Example


Text Example

White with #C46706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46706; }

 p { color: rgb(196,103,6); }

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

background-color css

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

 a { background-color: rgb(196,103,6); }

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

border-color css

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

 span { border-color: rgb(196,103,6); }

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