Html Css Color HEX #C6541A Chocolate

📋 copy color: '#C6541A'

red 198 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #C6541A

Tints of Chocolate #C6541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 64.29%
G = 27.27%
B = 8.44%

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

#C6541A (or 0xC6541A) is known color: Chocolate. HEX triplet: C6, 54 and 1A. RGB value is (198,84,26). Sum of RGB (Red+Green+Blue) = 198+84+26=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6541A is #39ABE5. Grayscale: #6F6F6F. Windows color (decimal): -3779558 or 1725638. OLE color: 1725638.

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

Color convert

RGB 198 84 26 -
CMYK 0 0.58 0.87 0.22
HSL 20.23º 0.77% 0.44% -
HSV(B) 20.23º 0.87% 0.78% -
XYZ 26.65 18.42 3.13 -
YUV 111.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 198 84 26 0 0.58 0.87 0.22 20.23 0.77 0.44
Hex C6 54 1A 0 3A 57 16 14 4D 2C
Octal 306 124 32 0 72 127 26 24 115 54
Binary 11000110 1010100 11010 0 111010 1010111 10110 10100 1001101 101100

Color Harmonies of #C6541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6541A

Black with #C6541A

Text Example


Text Example

White with #C6541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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