Html Css Color HEX #C66719 Chocolate

📋 copy color: '#C66719'

red 198 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #C66719

Tints of Chocolate #C66719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 60.74%
G = 31.6%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66719 (or 0xC66719) is known color: Chocolate. HEX triplet: C6, 67 and 19. RGB value is (198,103,25). Sum of RGB (Red+Green+Blue) = 198+103+25=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C66719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66719 is #3998E6. Grayscale: #7A7A7A. Windows color (decimal): -3774695 or 1664966. OLE color: 1664966.

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

Color convert

RGB 198 103 25 -
CMYK 0 0.48 0.87 0.22
HSL 27.05º 0.78% 0.44% -
HSV(B) 27.05º 0.87% 0.78% -
XYZ 28.31 21.78 3.63 -
YUV 122.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 198 103 25 0 0.48 0.87 0.22 27.05 0.78 0.44
Hex C6 67 19 0 30 57 16 1B 4E 2C
Octal 306 147 31 0 60 127 26 33 116 54
Binary 11000110 1100111 11001 0 110000 1010111 10110 11011 1001110 101100

Color Harmonies of #C66719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66719

Black with #C66719

Text Example


Text Example

White with #C66719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66719; }

 p { color: rgb(198,103,25); }

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

background-color css

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

 a { background-color: rgb(198,103,25); }

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

border-color css

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

 span { border-color: rgb(198,103,25); }

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