Html Css Color HEX #C6531A Chocolate

📋 copy color: '#C6531A'

red 198 ◦ green 83 ◦ blue 26

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

Shades of Chocolate #C6531A

Tints of Chocolate #C6531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 64.5%
G = 27.04%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6531A (or 0xC6531A) is known color: Chocolate. HEX triplet: C6, 53 and 1A. RGB value is (198,83,26). Sum of RGB (Red+Green+Blue) = 198+83+26=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6531A is #39ACE5. Grayscale: #6F6F6F. Windows color (decimal): -3779814 or 1725382. OLE color: 1725382.

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

Color convert

RGB 198 83 26 -
CMYK 0 0.58 0.87 0.22
HSL 19.88º 0.77% 0.44% -
HSV(B) 19.88º 0.87% 0.78% -
XYZ 26.57 18.27 3.1 -
YUV 110.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 198 83 26 0 0.58 0.87 0.22 19.88 0.77 0.44
Hex C6 53 1A 0 3A 57 16 14 4D 2C
Octal 306 123 32 0 72 127 26 24 115 54
Binary 11000110 1010011 11010 0 111010 1010111 10110 10100 1001101 101100

Color Harmonies of #C6531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6531A

Black with #C6531A

Text Example


Text Example

White with #C6531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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