Html Css Color HEX #C6601A Chocolate

📋 copy color: '#C6601A'

red 198 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #C6601A

Tints of Chocolate #C6601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 61.88%
G = 30%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6601A (or 0xC6601A) is known color: Chocolate. HEX triplet: C6, 60 and 1A. RGB value is (198,96,26). Sum of RGB (Red+Green+Blue) = 198+96+26=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C6601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6601A is #399FE5. Grayscale: #767676. Windows color (decimal): -3776486 or 1728710. OLE color: 1728710.

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

Color convert

RGB 198 96 26 -
CMYK 0 0.52 0.87 0.22
HSL 24.42º 0.77% 0.44% -
HSV(B) 24.42º 0.87% 0.78% -
XYZ 27.66 20.45 3.47 -
YUV 118.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 198 96 26 0 0.52 0.87 0.22 24.42 0.77 0.44
Hex C6 60 1A 0 34 57 16 18 4D 2C
Octal 306 140 32 0 64 127 26 30 115 54
Binary 11000110 1100000 11010 0 110100 1010111 10110 11000 1001101 101100

Color Harmonies of #C6601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6601A

Black with #C6601A

Text Example


Text Example

White with #C6601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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