Html Css Color HEX #CC661D Chocolate

📋 copy color: '#CC661D'

red 204 ◦ green 102 ◦ blue 29

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

Shades of Chocolate #CC661D

Tints of Chocolate #CC661D

RGB

 RED value IS 204 (80.08% from 255) = 60.9%

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

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

R = 60.9%
G = 30.45%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC661D (or 0xCC661D) is known color: Chocolate. HEX triplet: CC, 66 and 1D. RGB value is (204,102,29). Sum of RGB (Red+Green+Blue) = 204+102+29=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC661D is #3399E2. Grayscale: #7C7C7C. Windows color (decimal): -3381731 or 1926860. OLE color: 1926860.

HSL color Cylindrical-coordinate representation of color #CC661D: hue angle of 25.03º 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 #CC661D is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 29 -
CMYK 0 0.5 0.86 0.2
HSL 25.03º 0.75% 0.46% -
HSV(B) 25.03º 0.86% 0.8% -
XYZ 29.87 22.43 3.92 -
YUV 124.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 204 102 29 0 0.5 0.86 0.2 25.03 0.75 0.46
Hex CC 66 1D 0 32 56 14 19 4B 2E
Octal 314 146 35 0 62 126 24 31 113 56
Binary 11001100 1100110 11101 0 110010 1010110 10100 11001 1001011 101110

Color Harmonies of #CC661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC661D

Black with #CC661D

Text Example


Text Example

White with #CC661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC661D; }

 p { color: rgb(204,102,29); }

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

background-color css

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

 a { background-color: rgb(204,102,29); }

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

border-color css

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

 span { border-color: rgb(204,102,29); }

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