Html Css Color HEX #65824A Dingley

📋 copy color: '#65824A'

red 101 ◦ green 130 ◦ blue 74

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

Shades of Dingley #65824A

Tints of Dingley #65824A

RGB

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

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

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

R = 33.11%
G = 42.62%
B = 24.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#65824A (or 0x65824A) is known color: Dingley. HEX triplet: 65, 82 and 4A. RGB value is (101,130,74). Sum of RGB (Red+Green+Blue) = 101+130+74=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #65824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65824A is #9A7DB5. Grayscale: #737373. Windows color (decimal): -10124726 or 4883045. OLE color: 4883045.

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

Color convert

RGB 101 130 74 -
CMYK 0.22 0 0.43 0.49
HSL 91.07º 0.27% 0.4% -
HSV(B) 91.07º 0.43% 0.51% -
XYZ 14.59 19.23 9.42 -
YUV 114.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 101 130 74 0.22 0 0.43 0.49 91.07 0.27 0.4
Hex 65 82 4A 16 0 2B 31 5B 1B 28
Octal 145 202 112 26 0 53 61 133 33 50
Binary 1100101 10000010 1001010 10110 0 101011 110001 1011011 11011 101000

Color Harmonies of #65824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65824A

Black with #65824A

Text Example


Text Example

White with #65824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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