Html Css Color HEX #C6680C Chocolate

📋 copy color: '#C6680C'

red 198 ◦ green 104 ◦ blue 12

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

Shades of Chocolate #C6680C

Tints of Chocolate #C6680C

RGB

 RED value IS 198 (77.73% from 255) = 63.06%

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 63.06%
G = 33.12%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6680C (or 0xC6680C) is known color: Chocolate. HEX triplet: C6, 68 and 0C. RGB value is (198,104,12). Sum of RGB (Red+Green+Blue) = 198+104+12=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6680C is #3997F3. Grayscale: #7A7A7A. Windows color (decimal): -3774452 or 813254. OLE color: 813254.

HSL color Cylindrical-coordinate representation of color #C6680C: hue angle of 29.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6680C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 104 12 -
CMYK 0 0.47 0.94 0.22
HSL 29.68º 0.89% 0.41% -
HSV(B) 29.68º 0.94% 0.78% -
XYZ 28.31 21.93 3.09 -
YUV 121.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 198 104 12 0 0.47 0.94 0.22 29.68 0.89 0.41
Hex C6 68 C 0 2F 5E 16 1E 59 29
Octal 306 150 14 0 57 136 26 36 131 51
Binary 11000110 1101000 1100 0 101111 1011110 10110 11110 1011001 101001

Color Harmonies of #C6680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6680C

Black with #C6680C

Text Example


Text Example

White with #C6680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6680C; }

 p { color: rgb(198,104,12); }

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

background-color css

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

 a { background-color: rgb(198,104,12); }

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

border-color css

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

 span { border-color: rgb(198,104,12); }

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