Html Css Color HEX #C46501 Tenne (Tawny)

📋 copy color: '#C46501'

red 196 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #C46501

Tints of Tenne (Tawny) #C46501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 65.77%
G = 33.89%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C46501 (or 0xC46501) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 01. RGB value is (196,101,1). Sum of RGB (Red+Green+Blue) = 196+101+1=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C46501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46501 is #3B9AFE. Grayscale: #767676. Windows color (decimal): -3906303 or 91588. OLE color: 91588.

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

Color convert

RGB 196 101 1 -
CMYK 0 0.48 0.99 0.23
HSL 30.77º 0.99% 0.39% -
HSV(B) 30.77º 0.99% 0.77% -
XYZ 27.42 21.05 2.65 -
YUV 118.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 196 101 1 0 0.48 0.99 0.23 30.77 0.99 0.39
Hex C4 65 1 0 30 63 17 1F 63 27
Octal 304 145 1 0 60 143 27 37 143 47
Binary 11000100 1100101 1 0 110000 1100011 10111 11111 1100011 100111

Color Harmonies of #C46501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46501

Black with #C46501

Text Example


Text Example

White with #C46501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46501; }

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

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

background-color css

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

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

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

border-color css

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

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

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