Html Css Color HEX #C86900 Tenne (Tawny)

📋 copy color: '#C86900'

red 200 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #C86900

Tints of Tenne (Tawny) #C86900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.57%
G = 34.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C86900 (or 0xC86900) is known color: Tenne (Tawny). HEX triplet: C8, 69 and 00. RGB value is (200,105,0). Sum of RGB (Red+Green+Blue) = 200+105+0=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C86900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86900 is #3796FF. Grayscale: #797979. Windows color (decimal): -3643136 or 27080. OLE color: 27080.

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

Color convert

RGB 200 105 0 -
CMYK 0 0.48 1 0.22
HSL 31.5º 1% 0.39% -
HSV(B) 31.5º 1% 0.78% -
XYZ 28.87 22.38 2.8 -
YUV 121.44 59.47 184.04 -
System Red Green Blue C M Y K H S L
Decimal 200 105 0 0 0.48 1 0.22 31.5 1 0.39
Hex C8 69 0 0 30 64 16 1F 64 27
Octal 310 151 0 0 60 144 26 37 144 47
Binary 11001000 1101001 0 0 110000 1100100 10110 11111 1100100 100111

Color Harmonies of #C86900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86900

Black with #C86900

Text Example


Text Example

White with #C86900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86900; }

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

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

background-color css

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

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

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

border-color css

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

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

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