Html Css Color HEX #65853C Dingley

📋 copy color: '#65853C'

red 101 ◦ green 133 ◦ blue 60

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

Shades of Dingley #65853C

Tints of Dingley #65853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 34.35%
G = 45.24%
B = 20.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#65853C (or 0x65853C) is known color: Dingley. HEX triplet: 65, 85 and 3C. RGB value is (101,133,60). Sum of RGB (Red+Green+Blue) = 101+133+60=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #65853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65853C is #9A7AC3. Grayscale: #737373. Windows color (decimal): -10123972 or 3966309. OLE color: 3966309.

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

Color convert

RGB 101 133 60 -
CMYK 0.24 0 0.55 0.48
HSL 86.3º 0.38% 0.38% -
HSV(B) 86.3º 0.55% 0.52% -
XYZ 14.57 19.87 7.34 -
YUV 115.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 101 133 60 0.24 0 0.55 0.48 86.3 0.38 0.38
Hex 65 85 3C 18 0 37 30 56 26 26
Octal 145 205 74 30 0 67 60 126 46 46
Binary 1100101 10000101 111100 11000 0 110111 110000 1010110 100110 100110

Color Harmonies of #65853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65853C

Black with #65853C

Text Example


Text Example

White with #65853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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