Html Css Color HEX #65834D Dingley

📋 copy color: '#65834D'

red 101 ◦ green 131 ◦ blue 77

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

Shades of Dingley #65834D

Tints of Dingley #65834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 32.69%
G = 42.39%
B = 24.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#65834D (or 0x65834D) is known color: Dingley. HEX triplet: 65, 83 and 4D. RGB value is (101,131,77). Sum of RGB (Red+Green+Blue) = 101+131+77=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #65834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65834D is #9A7CB2. Grayscale: #747474. Windows color (decimal): -10124467 or 5079909. OLE color: 5079909.

HSL color Cylindrical-coordinate representation of color #65834D: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65834D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 77 -
CMYK 0.23 0 0.41 0.49
HSL 93.33º 0.26% 0.41% -
HSV(B) 93.33º 0.41% 0.51% -
XYZ 14.82 19.54 10.01 -
YUV 115.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 101 131 77 0.23 0 0.41 0.49 93.33 0.26 0.41
Hex 65 83 4D 17 0 29 31 5D 1A 29
Octal 145 203 115 27 0 51 61 135 32 51
Binary 1100101 10000011 1001101 10111 0 101001 110001 1011101 11010 101001

Color Harmonies of #65834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65834D

Black with #65834D

Text Example


Text Example

White with #65834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65834D; }

 p { color: rgb(101,131,77); }

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

background-color css

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

 a { background-color: rgb(101,131,77); }

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

border-color css

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

 span { border-color: rgb(101,131,77); }

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