Html Css Color HEX #C86901 Tenne (Tawny)

📋 copy color: '#C86901'

red 200 ◦ green 105 ◦ blue 1

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

Shades of Tenne (Tawny) #C86901

Tints of Tenne (Tawny) #C86901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 65.36%
G = 34.31%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C86901 (or 0xC86901) is known color: Tenne (Tawny). HEX triplet: C8, 69 and 01. RGB value is (200,105,1). Sum of RGB (Red+Green+Blue) = 200+105+1=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C86901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86901 is #3796FE. Grayscale: #7A7A7A. Windows color (decimal): -3643135 or 92616. OLE color: 92616.

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

Color convert

RGB 200 105 1 -
CMYK 0 0.48 1.00 0.22
HSL 31.36º 0.99% 0.39% -
HSV(B) 31.36º 1% 0.78% -
XYZ 28.88 22.38 2.83 -
YUV 121.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 200 105 1 0 0.48 1.00 0.22 31.36 0.99 0.39
Hex C8 69 1 0 30 64 16 1F 63 27
Octal 310 151 1 0 60 144 26 37 143 47
Binary 11001000 1101001 1 0 110000 1100100 10110 11111 1100011 100111

Color Harmonies of #C86901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86901

Black with #C86901

Text Example


Text Example

White with #C86901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86901; }

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

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

background-color css

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

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

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

border-color css

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

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

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