Html Css Color HEX #C85614 Tenne (Tawny)

📋 copy color: '#C85614'

red 200 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #C85614

Tints of Tenne (Tawny) #C85614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 65.36%
G = 28.1%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C85614 (or 0xC85614) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 14. RGB value is (200,86,20). Sum of RGB (Red+Green+Blue) = 200+86+20=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85614 is #37A9EB. Grayscale: #707070. Windows color (decimal): -3647980 or 1332936. OLE color: 1332936.

HSL color Cylindrical-coordinate representation of color #C85614: hue angle of 22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85614 is Cyan = 0, Magento = 0.57, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 20 -
CMYK 0 0.57 0.9 0.22
HSL 22º 0.82% 0.43% -
HSV(B) 22º 0.9% 0.78% -
XYZ 27.27 18.99 2.89 -
YUV 112.56 75.77 190.37 -
System Red Green Blue C M Y K H S L
Decimal 200 86 20 0 0.57 0.9 0.22 22 0.82 0.43
Hex C8 56 14 0 39 5A 16 16 52 2B
Octal 310 126 24 0 71 132 26 26 122 53
Binary 11001000 1010110 10100 0 111001 1011010 10110 10110 1010010 101011

Color Harmonies of #C85614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85614

Black with #C85614

Text Example


Text Example

White with #C85614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85614; }

 p { color: rgb(200,86,20); }

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

background-color css

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

 a { background-color: rgb(200,86,20); }

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

border-color css

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

 span { border-color: rgb(200,86,20); }

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