Html Css Color HEX #65834A Dingley

📋 copy color: '#65834A'

red 101 ◦ green 131 ◦ blue 74

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

Shades of Dingley #65834A

Tints of Dingley #65834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 33.01%
G = 42.81%
B = 24.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#65834A (or 0x65834A) is known color: Dingley. HEX triplet: 65, 83 and 4A. RGB value is (101,131,74). Sum of RGB (Red+Green+Blue) = 101+131+74=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #65834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65834A is #9A7CB5. Grayscale: #737373. Windows color (decimal): -10124470 or 4883301. OLE color: 4883301.

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

Color convert

RGB 101 131 74 -
CMYK 0.23 0 0.44 0.49
HSL 91.58º 0.28% 0.4% -
HSV(B) 91.58º 0.44% 0.51% -
XYZ 14.72 19.49 9.47 -
YUV 115.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 101 131 74 0.23 0 0.44 0.49 91.58 0.28 0.4
Hex 65 83 4A 17 0 2C 31 5C 1C 28
Octal 145 203 112 27 0 54 61 134 34 50
Binary 1100101 10000011 1001010 10111 0 101100 110001 1011100 11100 101000

Color Harmonies of #65834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65834A

Black with #65834A

Text Example


Text Example

White with #65834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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