Html Css Color HEX #CD6F20 Chocolate

📋 copy color: '#CD6F20'

red 205 ◦ green 111 ◦ blue 32

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

Shades of Chocolate #CD6F20

Tints of Chocolate #CD6F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 58.91%
G = 31.9%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6F20 (or 0xCD6F20) is known color: Chocolate. HEX triplet: CD, 6F and 20. RGB value is (205,111,32). Sum of RGB (Red+Green+Blue) = 205+111+32=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6F20 is #3290DF. Grayscale: #828282. Windows color (decimal): -3313888 or 2125773. OLE color: 2125773.

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

Color convert

RGB 205 111 32 -
CMYK 0 0.46 0.84 0.20
HSL 27.4º 0.73% 0.46% -
HSV(B) 27.4º 0.84% 0.8% -
XYZ 31.12 24.45 4.45 -
YUV 130.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 205 111 32 0 0.46 0.84 0.20 27.4 0.73 0.46
Hex CD 6F 20 0 2E 54 14 1B 49 2E
Octal 315 157 40 0 56 124 24 33 111 56
Binary 11001101 1101111 100000 0 101110 1010100 10100 11011 1001001 101110

Color Harmonies of #CD6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6F20

Black with #CD6F20

Text Example


Text Example

White with #CD6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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