Html Css Color HEX #C66A1A Chocolate

📋 copy color: '#C66A1A'

red 198 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #C66A1A

Tints of Chocolate #C66A1A

RGB

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

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

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

R = 60%
G = 32.12%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66A1A (or 0xC66A1A) is known color: Chocolate. HEX triplet: C6, 6A and 1A. RGB value is (198,106,26). Sum of RGB (Red+Green+Blue) = 198+106+26=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A1A is #3995E5. Grayscale: #7C7C7C. Windows color (decimal): -3773926 or 1731270. OLE color: 1731270.

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

Color convert

RGB 198 106 26 -
CMYK 0 0.46 0.87 0.22
HSL 27.91º 0.77% 0.44% -
HSV(B) 27.91º 0.87% 0.78% -
XYZ 28.63 22.39 3.79 -
YUV 124.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 198 106 26 0 0.46 0.87 0.22 27.91 0.77 0.44
Hex C6 6A 1A 0 2E 57 16 1C 4D 2C
Octal 306 152 32 0 56 127 26 34 115 54
Binary 11000110 1101010 11010 0 101110 1010111 10110 11100 1001101 101100

Color Harmonies of #C66A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A1A

Black with #C66A1A

Text Example


Text Example

White with #C66A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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