Html Css Color HEX #65853D Dingley

📋 copy color: '#65853D'

red 101 ◦ green 133 ◦ blue 61

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

Shades of Dingley #65853D

Tints of Dingley #65853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 34.24%
G = 45.08%
B = 20.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#65853D (or 0x65853D) is known color: Dingley. HEX triplet: 65, 85 and 3D. RGB value is (101,133,61). Sum of RGB (Red+Green+Blue) = 101+133+61=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #65853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65853D is #9A7AC2. Grayscale: #737373. Windows color (decimal): -10123971 or 4031845. OLE color: 4031845.

HSL color Cylindrical-coordinate representation of color #65853D: hue angle of 86.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65853D is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 61 -
CMYK 0.24 0 0.54 0.48
HSL 86.67º 0.37% 0.38% -
HSV(B) 86.67º 0.54% 0.52% -
XYZ 14.6 19.88 7.48 -
YUV 115.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 101 133 61 0.24 0 0.54 0.48 86.67 0.37 0.38
Hex 65 85 3D 18 0 36 30 57 25 26
Octal 145 205 75 30 0 66 60 127 45 46
Binary 1100101 10000101 111101 11000 0 110110 110000 1010111 100101 100110

Color Harmonies of #65853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65853D

Black with #65853D

Text Example


Text Example

White with #65853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,133,61); }

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

background-color css

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

 a { background-color: rgb(101,133,61); }

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

border-color css

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

 span { border-color: rgb(101,133,61); }

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