Html Css Color HEX #CD6D15 Chocolate

📋 copy color: '#CD6D15'

red 205 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #CD6D15

Tints of Chocolate #CD6D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 61.19%
G = 32.54%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6D15 (or 0xCD6D15) is known color: Chocolate. HEX triplet: CD, 6D and 15. RGB value is (205,109,21). Sum of RGB (Red+Green+Blue) = 205+109+21=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6D15 is #3292EA. Grayscale: #808080. Windows color (decimal): -3314411 or 1404365. OLE color: 1404365.

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

Color convert

RGB 205 109 21 -
CMYK 0 0.47 0.90 0.20
HSL 28.7º 0.81% 0.44% -
HSV(B) 28.7º 0.9% 0.8% -
XYZ 30.78 23.97 3.71 -
YUV 127.67 67.8 183.16 -
System Red Green Blue C M Y K H S L
Decimal 205 109 21 0 0.47 0.90 0.20 28.7 0.81 0.44
Hex CD 6D 15 0 2F 5A 14 1D 51 2C
Octal 315 155 25 0 57 132 24 35 121 54
Binary 11001101 1101101 10101 0 101111 1011010 10100 11101 1010001 101100

Color Harmonies of #CD6D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D15

Black with #CD6D15

Text Example


Text Example

White with #CD6D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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