Html Css Color HEX #CC680D Chocolate

📋 copy color: '#CC680D'

red 204 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #CC680D

Tints of Chocolate #CC680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 63.55%
G = 32.4%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC680D (or 0xCC680D) is known color: Chocolate. HEX triplet: CC, 68 and 0D. RGB value is (204,104,13). Sum of RGB (Red+Green+Blue) = 204+104+13=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC680D is #3397F2. Grayscale: #7B7B7B. Windows color (decimal): -3381235 or 878796. OLE color: 878796.

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

Color convert

RGB 204 104 13 -
CMYK 0 0.49 0.94 0.2
HSL 28.59º 0.88% 0.43% -
HSV(B) 28.59º 0.94% 0.8% -
XYZ 29.92 22.77 3.2 -
YUV 123.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 204 104 13 0 0.49 0.94 0.2 28.59 0.88 0.43
Hex CC 68 D 0 31 5E 14 1D 58 2B
Octal 314 150 15 0 61 136 24 35 130 53
Binary 11001100 1101000 1101 0 110001 1011110 10100 11101 1011000 101011

Color Harmonies of #CC680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC680D

Black with #CC680D

Text Example


Text Example

White with #CC680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC680D; }

 p { color: rgb(204,104,13); }

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

background-color css

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

 a { background-color: rgb(204,104,13); }

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

border-color css

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

 span { border-color: rgb(204,104,13); }

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