Html Css Color HEX #CD6D1F Chocolate

📋 copy color: '#CD6D1F'

red 205 ◦ green 109 ◦ blue 31

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

Shades of Chocolate #CD6D1F

Tints of Chocolate #CD6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 59.42%
G = 31.59%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD6D1F (or 0xCD6D1F) is known color: Chocolate. HEX triplet: CD, 6D and 1F. RGB value is (205,109,31). Sum of RGB (Red+Green+Blue) = 205+109+31=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6D1F is #3292E0. Grayscale: #818181. Windows color (decimal): -3314401 or 2059725. OLE color: 2059725.

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

Color convert

RGB 205 109 31 -
CMYK 0 0.47 0.85 0.20
HSL 26.9º 0.74% 0.46% -
HSV(B) 26.9º 0.85% 0.8% -
XYZ 30.89 24.02 4.3 -
YUV 128.81 72.8 182.34 -
System Red Green Blue C M Y K H S L
Decimal 205 109 31 0 0.47 0.85 0.20 26.9 0.74 0.46
Hex CD 6D 1F 0 2F 55 14 1B 4A 2E
Octal 315 155 37 0 57 125 24 33 112 56
Binary 11001101 1101101 11111 0 101111 1010101 10100 11011 1001010 101110

Color Harmonies of #CD6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D1F

Black with #CD6D1F

Text Example


Text Example

White with #CD6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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