Html Css Color HEX #C86A03 Tenne (Tawny)

📋 copy color: '#C86A03'

red 200 ◦ green 106 ◦ blue 3

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

Shades of Tenne (Tawny) #C86A03

Tints of Tenne (Tawny) #C86A03

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 64.72%
G = 34.3%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C86A03 (or 0xC86A03) is known color: Tenne (Tawny). HEX triplet: C8, 6A and 03. RGB value is (200,106,3). Sum of RGB (Red+Green+Blue) = 200+106+3=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86A03 is #3795FC. Grayscale: #7A7A7A. Windows color (decimal): -3642877 or 223944. OLE color: 223944.

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

Color convert

RGB 200 106 3 -
CMYK 0 0.47 0.98 0.22
HSL 31.37º 0.97% 0.4% -
HSV(B) 31.37º 0.99% 0.78% -
XYZ 28.99 22.59 2.92 -
YUV 122.36 60.64 183.38 -
System Red Green Blue C M Y K H S L
Decimal 200 106 3 0 0.47 0.98 0.22 31.37 0.97 0.4
Hex C8 6A 3 0 2F 62 16 1F 61 28
Octal 310 152 3 0 57 142 26 37 141 50
Binary 11001000 1101010 11 0 101111 1100010 10110 11111 1100001 101000

Color Harmonies of #C86A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A03

Black with #C86A03

Text Example


Text Example

White with #C86A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A03; }

 p { color: rgb(200,106,3); }

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

background-color css

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

 a { background-color: rgb(200,106,3); }

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

border-color css

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

 span { border-color: rgb(200,106,3); }

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