Html Css Color HEX #C6611A Chocolate

📋 copy color: '#C6611A'

red 198 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #C6611A

Tints of Chocolate #C6611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 61.68%
G = 30.22%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6611A (or 0xC6611A) is known color: Chocolate. HEX triplet: C6, 61 and 1A. RGB value is (198,97,26). Sum of RGB (Red+Green+Blue) = 198+97+26=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6611A is #399EE5. Grayscale: #777777. Windows color (decimal): -3776230 or 1728966. OLE color: 1728966.

HSL color Cylindrical-coordinate representation of color #C6611A: hue angle of 24.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6611A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 26 -
CMYK 0 0.51 0.87 0.22
HSL 24.77º 0.77% 0.44% -
HSV(B) 24.77º 0.87% 0.78% -
XYZ 27.75 20.63 3.5 -
YUV 119.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 198 97 26 0 0.51 0.87 0.22 24.77 0.77 0.44
Hex C6 61 1A 0 33 57 16 19 4D 2C
Octal 306 141 32 0 63 127 26 31 115 54
Binary 11000110 1100001 11010 0 110011 1010111 10110 11001 1001101 101100

Color Harmonies of #C6611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6611A

Black with #C6611A

Text Example


Text Example

White with #C6611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6611A; }

 p { color: rgb(198,97,26); }

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

background-color css

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

 a { background-color: rgb(198,97,26); }

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

border-color css

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

 span { border-color: rgb(198,97,26); }

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