Html Css Color HEX #C86501 Tenne (Tawny)

📋 copy color: '#C86501'

red 200 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #C86501

Tints of Tenne (Tawny) #C86501

RGB

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

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

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

R = 66.23%
G = 33.44%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C86501 (or 0xC86501) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 01. RGB value is (200,101,1). Sum of RGB (Red+Green+Blue) = 200+101+1=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C86501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86501 is #379AFE. Grayscale: #777777. Windows color (decimal): -3644159 or 91592. OLE color: 91592.

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

Color convert

RGB 200 101 1 -
CMYK 0 0.49 1.00 0.22
HSL 30.15º 0.99% 0.39% -
HSV(B) 30.15º 1% 0.78% -
XYZ 28.48 21.59 2.69 -
YUV 119.2 61.3 185.63 -
System Red Green Blue C M Y K H S L
Decimal 200 101 1 0 0.49 1.00 0.22 30.15 0.99 0.39
Hex C8 65 1 0 31 64 16 1E 63 27
Octal 310 145 1 0 61 144 26 36 143 47
Binary 11001000 1100101 1 0 110001 1100100 10110 11110 1100011 100111

Color Harmonies of #C86501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86501

Black with #C86501

Text Example


Text Example

White with #C86501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86501; }

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

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

background-color css

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

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

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

border-color css

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

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

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