Html Css Color HEX #CD6D17 Chocolate

📋 copy color: '#CD6D17'

red 205 ◦ green 109 ◦ blue 23

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

Shades of Chocolate #CD6D17

Tints of Chocolate #CD6D17

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 60.83%
G = 32.34%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD6D17 (or 0xCD6D17) is known color: Chocolate. HEX triplet: CD, 6D and 17. RGB value is (205,109,23). Sum of RGB (Red+Green+Blue) = 205+109+23=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6D17 is #3292E8. Grayscale: #808080. Windows color (decimal): -3314409 or 1535437. OLE color: 1535437.

HSL color Cylindrical-coordinate representation of color #CD6D17: hue angle of 28.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD6D17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 23 -
CMYK 0 0.47 0.89 0.20
HSL 28.35º 0.8% 0.45% -
HSV(B) 28.35º 0.89% 0.8% -
XYZ 30.8 23.98 3.82 -
YUV 127.9 68.8 182.99 -
System Red Green Blue C M Y K H S L
Decimal 205 109 23 0 0.47 0.89 0.20 28.35 0.8 0.45
Hex CD 6D 17 0 2F 59 14 1C 50 2D
Octal 315 155 27 0 57 131 24 34 120 55
Binary 11001101 1101101 10111 0 101111 1011001 10100 11100 1010000 101101

Color Harmonies of #CD6D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D17

Black with #CD6D17

Text Example


Text Example

White with #CD6D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D17; }

 p { color: rgb(205,109,23); }

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

background-color css

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

 a { background-color: rgb(205,109,23); }

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

border-color css

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

 span { border-color: rgb(205,109,23); }

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