Html Css Color HEX #C66920 Chocolate

📋 copy color: '#C66920'

red 198 ◦ green 105 ◦ blue 32

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

Shades of Chocolate #C66920

Tints of Chocolate #C66920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

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

R = 59.1%
G = 31.34%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C66920 (or 0xC66920) is known color: Chocolate. HEX triplet: C6, 69 and 20. RGB value is (198,105,32). Sum of RGB (Red+Green+Blue) = 198+105+32=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C66920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66920 is #3996DF. Grayscale: #7C7C7C. Windows color (decimal): -3774176 or 2124230. OLE color: 2124230.

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

Color convert

RGB 198 105 32 -
CMYK 0 0.47 0.84 0.22
HSL 26.39º 0.72% 0.45% -
HSV(B) 26.39º 0.84% 0.78% -
XYZ 28.6 22.21 4.15 -
YUV 124.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 198 105 32 0 0.47 0.84 0.22 26.39 0.72 0.45
Hex C6 69 20 0 2F 54 16 1A 48 2D
Octal 306 151 40 0 57 124 26 32 110 55
Binary 11000110 1101001 100000 0 101111 1010100 10110 11010 1001000 101101

Color Harmonies of #C66920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66920

Black with #C66920

Text Example


Text Example

White with #C66920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66920; }

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

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

background-color css

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

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

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

border-color css

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

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

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