Html Css Color HEX #C65E20 Chocolate

📋 copy color: '#C65E20'

red 198 ◦ green 94 ◦ blue 32

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

Shades of Chocolate #C65E20

Tints of Chocolate #C65E20

RGB

 RED value IS 198 (77.73% from 255) = 61.11%

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 61.11%
G = 29.01%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C65E20 (or 0xC65E20) is known color: Chocolate. HEX triplet: C6, 5E and 20. RGB value is (198,94,32). Sum of RGB (Red+Green+Blue) = 198+94+32=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65E20 is #39A1DF. Grayscale: #767676. Windows color (decimal): -3776992 or 2121414. OLE color: 2121414.

HSL color Cylindrical-coordinate representation of color #C65E20: hue angle of 22.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C65E20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 94 32 -
CMYK 0 0.53 0.84 0.22
HSL 22.41º 0.72% 0.45% -
HSV(B) 22.41º 0.84% 0.78% -
XYZ 27.55 20.12 3.8 -
YUV 118.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 198 94 32 0 0.53 0.84 0.22 22.41 0.72 0.45
Hex C6 5E 20 0 35 54 16 16 48 2D
Octal 306 136 40 0 65 124 26 26 110 55
Binary 11000110 1011110 100000 0 110101 1010100 10110 10110 1001000 101101

Color Harmonies of #C65E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E20

Black with #C65E20

Text Example


Text Example

White with #C65E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E20; }

 p { color: rgb(198,94,32); }

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

background-color css

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

 a { background-color: rgb(198,94,32); }

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

border-color css

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

 span { border-color: rgb(198,94,32); }

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