Html Css Color HEX #C66515 Chocolate

📋 copy color: '#C66515'

red 198 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #C66515

Tints of Chocolate #C66515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 61.88%
G = 31.56%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C66515 (or 0xC66515) is known color: Chocolate. HEX triplet: C6, 65 and 15. RGB value is (198,101,21). Sum of RGB (Red+Green+Blue) = 198+101+21=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C66515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66515 is #399AEA. Grayscale: #797979. Windows color (decimal): -3775211 or 1402310. OLE color: 1402310.

HSL color Cylindrical-coordinate representation of color #C66515: hue angle of 27.12º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C66515 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 21 -
CMYK 0 0.49 0.89 0.22
HSL 27.12º 0.81% 0.43% -
HSV(B) 27.12º 0.89% 0.78% -
XYZ 28.08 21.37 3.35 -
YUV 120.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 198 101 21 0 0.49 0.89 0.22 27.12 0.81 0.43
Hex C6 65 15 0 31 59 16 1B 51 2B
Octal 306 145 25 0 61 131 26 33 121 53
Binary 11000110 1100101 10101 0 110001 1011001 10110 11011 1010001 101011

Color Harmonies of #C66515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66515

Black with #C66515

Text Example


Text Example

White with #C66515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66515; }

 p { color: rgb(198,101,21); }

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

background-color css

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

 a { background-color: rgb(198,101,21); }

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

border-color css

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

 span { border-color: rgb(198,101,21); }

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