Html Css Color HEX #658A48 Dingley

📋 copy color: '#658A48'

red 101 ◦ green 138 ◦ blue 72

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

Shades of Dingley #658A48

Tints of Dingley #658A48

RGB

 RED value IS 101 (39.84% from 255) = 32.48%

 GREEN value IS 138 (54.3% from 255) = 44.37%

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

R = 32.48%
G = 44.37%
B = 23.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#658A48 (or 0x658A48) is known color: Dingley. HEX triplet: 65, 8A and 48. RGB value is (101,138,72). Sum of RGB (Red+Green+Blue) = 101+138+72=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #658A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A48 is #9A75B7. Grayscale: #777777. Windows color (decimal): -10122680 or 4754021. OLE color: 4754021.

HSL color Cylindrical-coordinate representation of color #658A48: hue angle of 93.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #658A48 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 138 72 -
CMYK 0.27 0 0.48 0.46
HSL 93.64º 0.31% 0.41% -
HSV(B) 93.64º 0.48% 0.54% -
XYZ 15.63 21.41 9.44 -
YUV 119.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 101 138 72 0.27 0 0.48 0.46 93.64 0.31 0.41
Hex 65 8A 48 1B 0 30 2E 5E 1F 29
Octal 145 212 110 33 0 60 56 136 37 51
Binary 1100101 10001010 1001000 11011 0 110000 101110 1011110 11111 101001

Color Harmonies of #658A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A48

Black with #658A48

Text Example


Text Example

White with #658A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658A48; }

 p { color: rgb(101,138,72); }

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

background-color css

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

 a { background-color: rgb(101,138,72); }

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

border-color css

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

 span { border-color: rgb(101,138,72); }

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