Html Css Color HEX #6C7C48 Dingley

📋 copy color: '#6C7C48'

red 108 ◦ green 124 ◦ blue 72

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

Shades of Dingley #6C7C48

Tints of Dingley #6C7C48

RGB

 RED value IS 108 (42.58% from 255) = 35.53%

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 35.53%
G = 40.79%
B = 23.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#6C7C48 (or 0x6C7C48) is known color: Dingley. HEX triplet: 6C, 7C and 48. RGB value is (108,124,72). Sum of RGB (Red+Green+Blue) = 108+124+72=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C48 is #9383B7. Grayscale: #717171. Windows color (decimal): -9667512 or 4750444. OLE color: 4750444.

HSL color Cylindrical-coordinate representation of color #6C7C48: hue angle of 78.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C7C48 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 124 72 -
CMYK 0.13 0 0.42 0.51
HSL 78.46º 0.27% 0.38% -
HSV(B) 78.46º 0.42% 0.49% -
XYZ 14.56 18.07 8.85 -
YUV 113.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 108 124 72 0.13 0 0.42 0.51 78.46 0.27 0.38
Hex 6C 7C 48 D 0 2A 33 4E 1B 26
Octal 154 174 110 15 0 52 63 116 33 46
Binary 1101100 1111100 1001000 1101 0 101010 110011 1001110 11011 100110

Color Harmonies of #6C7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C48

Black with #6C7C48

Text Example


Text Example

White with #6C7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7C48; }

 p { color: rgb(108,124,72); }

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

background-color css

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

 a { background-color: rgb(108,124,72); }

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

border-color css

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

 span { border-color: rgb(108,124,72); }

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