Html Css Color HEX #CD6E16 Chocolate

📋 copy color: '#CD6E16'

red 205 ◦ green 110 ◦ blue 22

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

Shades of Chocolate #CD6E16

Tints of Chocolate #CD6E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 60.83%
G = 32.64%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD6E16 (or 0xCD6E16) is known color: Chocolate. HEX triplet: CD, 6E and 16. RGB value is (205,110,22). Sum of RGB (Red+Green+Blue) = 205+110+22=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6E16 is #3291E9. Grayscale: #808080. Windows color (decimal): -3314154 or 1470157. OLE color: 1470157.

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

Color convert

RGB 205 110 22 -
CMYK 0 0.46 0.89 0.20
HSL 28.85º 0.81% 0.45% -
HSV(B) 28.85º 0.89% 0.8% -
XYZ 30.9 24.19 3.8 -
YUV 128.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 205 110 22 0 0.46 0.89 0.20 28.85 0.81 0.45
Hex CD 6E 16 0 2E 59 14 1D 51 2D
Octal 315 156 26 0 56 131 24 35 121 55
Binary 11001101 1101110 10110 0 101110 1011001 10100 11101 1010001 101101

Color Harmonies of #CD6E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E16

Black with #CD6E16

Text Example


Text Example

White with #CD6E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E16; }

 p { color: rgb(205,110,22); }

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

background-color css

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

 a { background-color: rgb(205,110,22); }

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

border-color css

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

 span { border-color: rgb(205,110,22); }

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