Html Css Color HEX #C6690C Chocolate

📋 copy color: '#C6690C'

red 198 ◦ green 105 ◦ blue 12

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

Shades of Chocolate #C6690C

Tints of Chocolate #C6690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 62.86%
G = 33.33%
B = 3.81%

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

#C6690C (or 0xC6690C) is known color: Chocolate. HEX triplet: C6, 69 and 0C. RGB value is (198,105,12). Sum of RGB (Red+Green+Blue) = 198+105+12=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6690C is #3996F3. Grayscale: #7A7A7A. Windows color (decimal): -3774196 or 813510. OLE color: 813510.

HSL color Cylindrical-coordinate representation of color #C6690C: hue angle of 30º 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 #C6690C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 12 -
CMYK 0 0.47 0.94 0.22
HSL 30º 0.89% 0.41% -
HSV(B) 30º 0.94% 0.78% -
XYZ 28.41 22.14 3.12 -
YUV 122.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 198 105 12 0 0.47 0.94 0.22 30 0.89 0.41
Hex C6 69 C 0 2F 5E 16 1E 59 29
Octal 306 151 14 0 57 136 26 36 131 51
Binary 11000110 1101001 1100 0 101111 1011110 10110 11110 1011001 101001

Color Harmonies of #C6690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6690C

Black with #C6690C

Text Example


Text Example

White with #C6690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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