Html Css Color HEX #C86301 Tenne (Tawny)

📋 copy color: '#C86301'

red 200 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #C86301

Tints of Tenne (Tawny) #C86301

RGB

 RED value IS 200 (78.52% from 255) = 66.67%

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 66.67%
G = 33%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C86301 (or 0xC86301) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 01. RGB value is (200,99,1). Sum of RGB (Red+Green+Blue) = 200+99+1=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C86301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86301 is #379CFE. Grayscale: #767676. Windows color (decimal): -3644671 or 91080. OLE color: 91080.

HSL color Cylindrical-coordinate representation of color #C86301: hue angle of 29.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86301 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 1 -
CMYK 0 0.50 1.00 0.22
HSL 29.55º 0.99% 0.39% -
HSV(B) 29.55º 1% 0.78% -
XYZ 28.29 21.21 2.63 -
YUV 118.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 200 99 1 0 0.50 1.00 0.22 29.55 0.99 0.39
Hex C8 63 1 0 32 64 16 1E 63 27
Octal 310 143 1 0 62 144 26 36 143 47
Binary 11001000 1100011 1 0 110010 1100100 10110 11110 1100011 100111

Color Harmonies of #C86301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86301

Black with #C86301

Text Example


Text Example

White with #C86301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86301; }

 p { color: rgb(200,99,1); }

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

background-color css

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

 a { background-color: rgb(200,99,1); }

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

border-color css

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

 span { border-color: rgb(200,99,1); }

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