Html Css Color HEX #C86307 Tenne (Tawny)

📋 copy color: '#C86307'

red 200 ◦ green 99 ◦ blue 7

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

Shades of Tenne (Tawny) #C86307

Tints of Tenne (Tawny) #C86307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.29%

R = 65.36%
G = 32.35%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C86307 (or 0xC86307) is known color: Tenne (Tawny). HEX triplet: C8, 63 and 07. RGB value is (200,99,7). Sum of RGB (Red+Green+Blue) = 200+99+7=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C86307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86307 is #379CF8. Grayscale: #777777. Windows color (decimal): -3644665 or 484296. OLE color: 484296.

HSL color Cylindrical-coordinate representation of color #C86307: hue angle of 28.6º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C86307 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 99 7 -
CMYK 0 0.50 0.96 0.22
HSL 28.6º 0.93% 0.41% -
HSV(B) 28.6º 0.97% 0.78% -
XYZ 28.32 21.22 2.8 -
YUV 118.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 200 99 7 0 0.50 0.96 0.22 28.6 0.93 0.41
Hex C8 63 7 0 32 60 16 1D 5D 29
Octal 310 143 7 0 62 140 26 35 135 51
Binary 11001000 1100011 111 0 110010 1100000 10110 11101 1011101 101001

Color Harmonies of #C86307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86307

Black with #C86307

Text Example


Text Example

White with #C86307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86307; }

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

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

background-color css

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

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

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

border-color css

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

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

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