Html Css Color HEX #CD6620 Chocolate

📋 copy color: '#CD6620'

red 205 ◦ green 102 ◦ blue 32

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

Shades of Chocolate #CD6620

Tints of Chocolate #CD6620

RGB

 RED value IS 205 (80.47% from 255) = 60.47%

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 60.47%
G = 30.09%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6620 (or 0xCD6620) is known color: Chocolate. HEX triplet: CD, 66 and 20. RGB value is (205,102,32). Sum of RGB (Red+Green+Blue) = 205+102+32=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6620 is #3299DF. Grayscale: #7D7D7D. Windows color (decimal): -3316192 or 2123469. OLE color: 2123469.

HSL color Cylindrical-coordinate representation of color #CD6620: hue angle of 24.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD6620 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 102 32 -
CMYK 0 0.50 0.84 0.20
HSL 24.28º 0.73% 0.46% -
HSV(B) 24.28º 0.84% 0.8% -
XYZ 30.19 22.59 4.13 -
YUV 124.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 205 102 32 0 0.50 0.84 0.20 24.28 0.73 0.46
Hex CD 66 20 0 32 54 14 18 49 2E
Octal 315 146 40 0 62 124 24 30 111 56
Binary 11001101 1100110 100000 0 110010 1010100 10100 11000 1001001 101110

Color Harmonies of #CD6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6620

Black with #CD6620

Text Example


Text Example

White with #CD6620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6620; }

 p { color: rgb(205,102,32); }

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

background-color css

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

 a { background-color: rgb(205,102,32); }

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

border-color css

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

 span { border-color: rgb(205,102,32); }

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