Html Css Color HEX #C66017 Chocolate

📋 copy color: '#C66017'

red 198 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #C66017

Tints of Chocolate #C66017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 62.46%
G = 30.28%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C66017 (or 0xC66017) is known color: Chocolate. HEX triplet: C6, 60 and 17. RGB value is (198,96,23). Sum of RGB (Red+Green+Blue) = 198+96+23=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C66017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66017 is #399FE8. Grayscale: #767676. Windows color (decimal): -3776489 or 1532102. OLE color: 1532102.

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

Color convert

RGB 198 96 23 -
CMYK 0 0.52 0.88 0.22
HSL 25.03º 0.79% 0.43% -
HSV(B) 25.03º 0.88% 0.78% -
XYZ 27.63 20.43 3.3 -
YUV 118.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 198 96 23 0 0.52 0.88 0.22 25.03 0.79 0.43
Hex C6 60 17 0 34 58 16 19 4F 2B
Octal 306 140 27 0 64 130 26 31 117 53
Binary 11000110 1100000 10111 0 110100 1011000 10110 11001 1001111 101011

Color Harmonies of #C66017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66017

Black with #C66017

Text Example


Text Example

White with #C66017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66017; }

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

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

background-color css

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

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

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

border-color css

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

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

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