Html Css Color HEX #C6680F Chocolate

📋 copy color: '#C6680F'

red 198 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #C6680F

Tints of Chocolate #C6680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 62.46%
G = 32.81%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6680F (or 0xC6680F) is known color: Chocolate. HEX triplet: C6, 68 and 0F. RGB value is (198,104,15). Sum of RGB (Red+Green+Blue) = 198+104+15=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C6680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6680F is #3997F0. Grayscale: #7A7A7A. Windows color (decimal): -3774449 or 1009862. OLE color: 1009862.

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

Color convert

RGB 198 104 15 -
CMYK 0 0.47 0.92 0.22
HSL 29.18º 0.86% 0.42% -
HSV(B) 29.18º 0.92% 0.78% -
XYZ 28.33 21.94 3.19 -
YUV 121.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 198 104 15 0 0.47 0.92 0.22 29.18 0.86 0.42
Hex C6 68 F 0 2F 5C 16 1D 56 2A
Octal 306 150 17 0 57 134 26 35 126 52
Binary 11000110 1101000 1111 0 101111 1011100 10110 11101 1010110 101010

Color Harmonies of #C6680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6680F

Black with #C6680F

Text Example


Text Example

White with #C6680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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