Html Css Color HEX #60853B Dingley

📋 copy color: '#60853B'

red 96 ◦ green 133 ◦ blue 59

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

Shades of Dingley #60853B

Tints of Dingley #60853B

RGB

 RED value IS 96 (37.89% from 255) = 33.33%

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

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 33.33%
G = 46.18%
B = 20.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#60853B (or 0x60853B) is known color: Dingley. HEX triplet: 60, 85 and 3B. RGB value is (96,133,59). Sum of RGB (Red+Green+Blue) = 96+133+59=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #60853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60853B is #9F7AC4. Grayscale: #717171. Windows color (decimal): -10451653 or 3900768. OLE color: 3900768.

HSL color Cylindrical-coordinate representation of color #60853B: hue angle of 90º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60853B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 59 -
CMYK 0.28 0 0.56 0.48
HSL 90º 0.39% 0.38% -
HSV(B) 90º 0.56% 0.52% -
XYZ 14 19.58 7.18 -
YUV 113.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 96 133 59 0.28 0 0.56 0.48 90 0.39 0.38
Hex 60 85 3B 1C 0 38 30 5A 27 26
Octal 140 205 73 34 0 70 60 132 47 46
Binary 1100000 10000101 111011 11100 0 111000 110000 1011010 100111 100110

Color Harmonies of #60853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60853B

Black with #60853B

Text Example


Text Example

White with #60853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60853B; }

 p { color: rgb(96,133,59); }

 H1.HeaderClassName
 {
   color: #60853B;
 }
 .AnyTagClassName
 {
   color: #60853B;
 }
</style>

background-color css

<style>
 a { background-color: #60853B; }

 a { background-color: rgb(96,133,59); }

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

border-color css

<style>
 span { border-color: #60853B; }

 span { border-color: rgb(96,133,59); }

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