Html Css Color HEX #C6680D Chocolate

📋 copy color: '#C6680D'

red 198 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #C6680D

Tints of Chocolate #C6680D

RGB

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

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

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

R = 62.86%
G = 33.02%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6680D (or 0xC6680D) is known color: Chocolate. HEX triplet: C6, 68 and 0D. RGB value is (198,104,13). Sum of RGB (Red+Green+Blue) = 198+104+13=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6680D is #3997F2. Grayscale: #7A7A7A. Windows color (decimal): -3774451 or 878790. OLE color: 878790.

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

Color convert

RGB 198 104 13 -
CMYK 0 0.47 0.93 0.22
HSL 29.51º 0.88% 0.41% -
HSV(B) 29.51º 0.93% 0.78% -
XYZ 28.31 21.94 3.12 -
YUV 121.73 66.64 182.4 -
System Red Green Blue C M Y K H S L
Decimal 198 104 13 0 0.47 0.93 0.22 29.51 0.88 0.41
Hex C6 68 D 0 2F 5D 16 1E 58 29
Octal 306 150 15 0 57 135 26 36 130 51
Binary 11000110 1101000 1101 0 101111 1011101 10110 11110 1011000 101001

Color Harmonies of #C6680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6680D

Black with #C6680D

Text Example


Text Example

White with #C6680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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