Html Css Color HEX #CD6619 Chocolate

📋 copy color: '#CD6619'

red 205 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #CD6619

Tints of Chocolate #CD6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

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

R = 61.75%
G = 30.72%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD6619 (or 0xCD6619) is known color: Chocolate. HEX triplet: CD, 66 and 19. RGB value is (205,102,25). Sum of RGB (Red+Green+Blue) = 205+102+25=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6619 is #3299E6. Grayscale: #7C7C7C. Windows color (decimal): -3316199 or 1664717. OLE color: 1664717.

HSL color Cylindrical-coordinate representation of color #CD6619: hue angle of 25.67º 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 #CD6619 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 102 25 -
CMYK 0 0.50 0.88 0.20
HSL 25.67º 0.78% 0.45% -
HSV(B) 25.67º 0.88% 0.8% -
XYZ 30.1 22.55 3.69 -
YUV 124.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 205 102 25 0 0.50 0.88 0.20 25.67 0.78 0.45
Hex CD 66 19 0 32 58 14 1A 4E 2D
Octal 315 146 31 0 62 130 24 32 116 55
Binary 11001101 1100110 11001 0 110010 1011000 10100 11010 1001110 101101

Color Harmonies of #CD6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6619

Black with #CD6619

Text Example


Text Example

White with #CD6619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6619; }

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

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

background-color css

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

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

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

border-color css

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

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

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