Html Css Color HEX #C6681F Chocolate

📋 copy color: '#C6681F'

red 198 ◦ green 104 ◦ blue 31

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

Shades of Chocolate #C6681F

Tints of Chocolate #C6681F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 59.46%
G = 31.23%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6681F (or 0xC6681F) is known color: Chocolate. HEX triplet: C6, 68 and 1F. RGB value is (198,104,31). Sum of RGB (Red+Green+Blue) = 198+104+31=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6681F is #3997E0. Grayscale: #7C7C7C. Windows color (decimal): -3774433 or 2058438. OLE color: 2058438.

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

Color convert

RGB 198 104 31 -
CMYK 0 0.47 0.84 0.22
HSL 26.23º 0.73% 0.45% -
HSV(B) 26.23º 0.84% 0.78% -
XYZ 28.49 22.01 4.04 -
YUV 123.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 198 104 31 0 0.47 0.84 0.22 26.23 0.73 0.45
Hex C6 68 1F 0 2F 54 16 1A 49 2D
Octal 306 150 37 0 57 124 26 32 111 55
Binary 11000110 1101000 11111 0 101111 1010100 10110 11010 1001001 101101

Color Harmonies of #C6681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6681F

Black with #C6681F

Text Example


Text Example

White with #C6681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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