Html Css Color HEX #CD6617 Chocolate

📋 copy color: '#CD6617'

red 205 ◦ green 102 ◦ blue 23

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

Shades of Chocolate #CD6617

Tints of Chocolate #CD6617

RGB

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

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

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

R = 62.12%
G = 30.91%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD6617 (or 0xCD6617) is known color: Chocolate. HEX triplet: CD, 66 and 17. RGB value is (205,102,23). Sum of RGB (Red+Green+Blue) = 205+102+23=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6617 is #3299E8. Grayscale: #7C7C7C. Windows color (decimal): -3316201 or 1533645. OLE color: 1533645.

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

Color convert

RGB 205 102 23 -
CMYK 0 0.50 0.89 0.20
HSL 26.04º 0.8% 0.45% -
HSV(B) 26.04º 0.89% 0.8% -
XYZ 30.08 22.54 3.58 -
YUV 123.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 205 102 23 0 0.50 0.89 0.20 26.04 0.8 0.45
Hex CD 66 17 0 32 59 14 1A 50 2D
Octal 315 146 27 0 62 131 24 32 120 55
Binary 11001101 1100110 10111 0 110010 1011001 10100 11010 1010000 101101

Color Harmonies of #CD6617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6617

Black with #CD6617

Text Example


Text Example

White with #CD6617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6617; }

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

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

background-color css

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

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

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

border-color css

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

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

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