Html Css Color HEX #C86701 Tenne (Tawny)

📋 copy color: '#C86701'

red 200 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #C86701

Tints of Tenne (Tawny) #C86701

RGB

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

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

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

R = 65.79%
G = 33.88%
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

#C86701 (or 0xC86701) is known color: Tenne (Tawny). HEX triplet: C8, 67 and 01. RGB value is (200,103,1). Sum of RGB (Red+Green+Blue) = 200+103+1=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C86701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86701 is #3798FE. Grayscale: #787878. Windows color (decimal): -3643647 or 92104. OLE color: 92104.

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

Color convert

RGB 200 103 1 -
CMYK 0 0.48 1.00 0.22
HSL 30.75º 0.99% 0.39% -
HSV(B) 30.75º 1% 0.78% -
XYZ 28.68 21.98 2.76 -
YUV 120.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 200 103 1 0 0.48 1.00 0.22 30.75 0.99 0.39
Hex C8 67 1 0 30 64 16 1F 63 27
Octal 310 147 1 0 60 144 26 37 143 47
Binary 11001000 1100111 1 0 110000 1100100 10110 11111 1100011 100111

Color Harmonies of #C86701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86701

Black with #C86701

Text Example


Text Example

White with #C86701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86701; }

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

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

background-color css

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

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

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

border-color css

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

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

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