Html Css Color HEX #65824C Dingley

📋 copy color: '#65824C'

red 101 ◦ green 130 ◦ blue 76

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

Shades of Dingley #65824C

Tints of Dingley #65824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 32.9%
G = 42.35%
B = 24.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#65824C (or 0x65824C) is known color: Dingley. HEX triplet: 65, 82 and 4C. RGB value is (101,130,76). Sum of RGB (Red+Green+Blue) = 101+130+76=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #65824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65824C is #9A7DB3. Grayscale: #737373. Windows color (decimal): -10124724 or 5014117. OLE color: 5014117.

HSL color Cylindrical-coordinate representation of color #65824C: hue angle of 92.22º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65824C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 76 -
CMYK 0.22 0 0.42 0.49
HSL 92.22º 0.26% 0.4% -
HSV(B) 92.22º 0.42% 0.51% -
XYZ 14.65 19.25 9.78 -
YUV 115.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 101 130 76 0.22 0 0.42 0.49 92.22 0.26 0.4
Hex 65 82 4C 16 0 2A 31 5C 1A 28
Octal 145 202 114 26 0 52 61 134 32 50
Binary 1100101 10000010 1001100 10110 0 101010 110001 1011100 11010 101000

Color Harmonies of #65824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65824C

Black with #65824C

Text Example


Text Example

White with #65824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65824C; }

 p { color: rgb(101,130,76); }

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

background-color css

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

 a { background-color: rgb(101,130,76); }

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

border-color css

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

 span { border-color: rgb(101,130,76); }

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