Html Css Color HEX #C86B05 Tenne (Tawny)

📋 copy color: '#C86B05'

red 200 ◦ green 107 ◦ blue 5

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

Shades of Tenne (Tawny) #C86B05

Tints of Tenne (Tawny) #C86B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 64.1%
G = 34.29%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C86B05 (or 0xC86B05) is known color: Tenne (Tawny). HEX triplet: C8, 6B and 05. RGB value is (200,107,5). Sum of RGB (Red+Green+Blue) = 200+107+5=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86B05 is #3794FA. Grayscale: #7B7B7B. Windows color (decimal): -3642619 or 355272. OLE color: 355272.

HSL color Cylindrical-coordinate representation of color #C86B05: hue angle of 31.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C86B05 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 107 5 -
CMYK 0 0.46 0.98 0.22
HSL 31.38º 0.95% 0.4% -
HSV(B) 31.38º 0.98% 0.78% -
XYZ 29.1 22.81 3.01 -
YUV 123.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 200 107 5 0 0.46 0.98 0.22 31.38 0.95 0.4
Hex C8 6B 5 0 2E 62 16 1F 5F 28
Octal 310 153 5 0 56 142 26 37 137 50
Binary 11001000 1101011 101 0 101110 1100010 10110 11111 1011111 101000

Color Harmonies of #C86B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B05

Black with #C86B05

Text Example


Text Example

White with #C86B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B05; }

 p { color: rgb(200,107,5); }

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

background-color css

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

 a { background-color: rgb(200,107,5); }

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

border-color css

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

 span { border-color: rgb(200,107,5); }

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