Html Css Color HEX #CD6819 Chocolate

📋 copy color: '#CD6819'

red 205 ◦ green 104 ◦ blue 25

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

Shades of Chocolate #CD6819

Tints of Chocolate #CD6819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 61.38%
G = 31.14%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD6819 (or 0xCD6819) is known color: Chocolate. HEX triplet: CD, 68 and 19. RGB value is (205,104,25). Sum of RGB (Red+Green+Blue) = 205+104+25=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6819 is #3297E6. Grayscale: #7D7D7D. Windows color (decimal): -3315687 or 1665229. OLE color: 1665229.

HSL color Cylindrical-coordinate representation of color #CD6819: hue angle of 26.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD6819 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 104 25 -
CMYK 0 0.49 0.88 0.20
HSL 26.33º 0.78% 0.45% -
HSV(B) 26.33º 0.88% 0.8% -
XYZ 30.3 22.95 3.75 -
YUV 125.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 205 104 25 0 0.49 0.88 0.20 26.33 0.78 0.45
Hex CD 68 19 0 31 58 14 1A 4E 2D
Octal 315 150 31 0 61 130 24 32 116 55
Binary 11001101 1101000 11001 0 110001 1011000 10100 11010 1001110 101101

Color Harmonies of #CD6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6819

Black with #CD6819

Text Example


Text Example

White with #CD6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6819; }

 p { color: rgb(205,104,25); }

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

background-color css

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

 a { background-color: rgb(205,104,25); }

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

border-color css

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

 span { border-color: rgb(205,104,25); }

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