Html Css Color HEX #CD6B1D Chocolate

📋 copy color: '#CD6B1D'

red 205 ◦ green 107 ◦ blue 29

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

Shades of Chocolate #CD6B1D

Tints of Chocolate #CD6B1D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 60.12%
G = 31.38%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD6B1D (or 0xCD6B1D) is known color: Chocolate. HEX triplet: CD, 6B and 1D. RGB value is (205,107,29). Sum of RGB (Red+Green+Blue) = 205+107+29=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6B1D is #3294E2. Grayscale: #7F7F7F. Windows color (decimal): -3314915 or 1928141. OLE color: 1928141.

HSL color Cylindrical-coordinate representation of color #CD6B1D: hue angle of 26.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD6B1D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 107 29 -
CMYK 0 0.48 0.86 0.20
HSL 26.59º 0.75% 0.46% -
HSV(B) 26.59º 0.86% 0.8% -
XYZ 30.66 23.58 4.1 -
YUV 127.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 205 107 29 0 0.48 0.86 0.20 26.59 0.75 0.46
Hex CD 6B 1D 0 30 56 14 1B 4B 2E
Octal 315 153 35 0 60 126 24 33 113 56
Binary 11001101 1101011 11101 0 110000 1010110 10100 11011 1001011 101110

Color Harmonies of #CD6B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B1D

Black with #CD6B1D

Text Example


Text Example

White with #CD6B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B1D; }

 p { color: rgb(205,107,29); }

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

background-color css

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

 a { background-color: rgb(205,107,29); }

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

border-color css

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

 span { border-color: rgb(205,107,29); }

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