Html Css Color HEX #C86C07 Tenne (Tawny)

📋 copy color: '#C86C07'

red 200 ◦ green 108 ◦ blue 7

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

Shades of Tenne (Tawny) #C86C07

Tints of Tenne (Tawny) #C86C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 63.49%
G = 34.29%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C86C07 (or 0xC86C07) is known color: Tenne (Tawny). HEX triplet: C8, 6C and 07. RGB value is (200,108,7). Sum of RGB (Red+Green+Blue) = 200+108+7=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C07 is #3793F8. Grayscale: #7C7C7C. Windows color (decimal): -3642361 or 486600. OLE color: 486600.

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

Color convert

RGB 200 108 7 -
CMYK 0 0.46 0.96 0.22
HSL 31.4º 0.93% 0.41% -
HSV(B) 31.4º 0.97% 0.78% -
XYZ 29.22 23.02 3.1 -
YUV 123.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 200 108 7 0 0.46 0.96 0.22 31.4 0.93 0.41
Hex C8 6C 7 0 2E 60 16 1F 5D 29
Octal 310 154 7 0 56 140 26 37 135 51
Binary 11001000 1101100 111 0 101110 1100000 10110 11111 1011101 101001

Color Harmonies of #C86C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C07

Black with #C86C07

Text Example


Text Example

White with #C86C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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