Html Css Color HEX #C66A23 Chocolate

📋 copy color: '#C66A23'

red 198 ◦ green 106 ◦ blue 35

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

Shades of Chocolate #C66A23

Tints of Chocolate #C66A23

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 58.41%
G = 31.27%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C66A23 (or 0xC66A23) is known color: Chocolate. HEX triplet: C6, 6A and 23. RGB value is (198,106,35). Sum of RGB (Red+Green+Blue) = 198+106+35=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A23 is #3995DC. Grayscale: #7D7D7D. Windows color (decimal): -3773917 or 2321094. OLE color: 2321094.

HSL color Cylindrical-coordinate representation of color #C66A23: hue angle of 26.13º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C66A23 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 106 35 -
CMYK 0 0.46 0.82 0.22
HSL 26.13º 0.7% 0.46% -
HSV(B) 26.13º 0.82% 0.78% -
XYZ 28.75 22.44 4.41 -
YUV 125.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 198 106 35 0 0.46 0.82 0.22 26.13 0.7 0.46
Hex C6 6A 23 0 2E 52 16 1A 46 2E
Octal 306 152 43 0 56 122 26 32 106 56
Binary 11000110 1101010 100011 0 101110 1010010 10110 11010 1000110 101110

Color Harmonies of #C66A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A23

Black with #C66A23

Text Example


Text Example

White with #C66A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A23; }

 p { color: rgb(198,106,35); }

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

background-color css

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

 a { background-color: rgb(198,106,35); }

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

border-color css

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

 span { border-color: rgb(198,106,35); }

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