Html Css Color HEX #CD6614 Chocolate

📋 copy color: '#CD6614'

red 205 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #CD6614

Tints of Chocolate #CD6614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 62.69%
G = 31.19%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6614 (or 0xCD6614) is known color: Chocolate. HEX triplet: CD, 66 and 14. RGB value is (205,102,20). Sum of RGB (Red+Green+Blue) = 205+102+20=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6614 is #3299EB. Grayscale: #7B7B7B. Windows color (decimal): -3316204 or 1337037. OLE color: 1337037.

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

Color convert

RGB 205 102 20 -
CMYK 0 0.50 0.90 0.20
HSL 26.59º 0.82% 0.44% -
HSV(B) 26.59º 0.9% 0.8% -
XYZ 30.05 22.53 3.43 -
YUV 123.45 69.62 186.17 -
System Red Green Blue C M Y K H S L
Decimal 205 102 20 0 0.50 0.90 0.20 26.59 0.82 0.44
Hex CD 66 14 0 32 5A 14 1B 52 2C
Octal 315 146 24 0 62 132 24 33 122 54
Binary 11001101 1100110 10100 0 110010 1011010 10100 11011 1010010 101100

Color Harmonies of #CD6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6614

Black with #CD6614

Text Example


Text Example

White with #CD6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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