Html Css Color HEX #60853A Dingley

📋 copy color: '#60853A'

red 96 ◦ green 133 ◦ blue 58

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

Shades of Dingley #60853A

Tints of Dingley #60853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 33.45%
G = 46.34%
B = 20.21%

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

#60853A (or 0x60853A) is known color: Dingley. HEX triplet: 60, 85 and 3A. RGB value is (96,133,58). Sum of RGB (Red+Green+Blue) = 96+133+58=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #60853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60853A is #9F7AC5. Grayscale: #717171. Windows color (decimal): -10451654 or 3835232. OLE color: 3835232.

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

Color convert

RGB 96 133 58 -
CMYK 0.28 0 0.56 0.48
HSL 89.6º 0.39% 0.37% -
HSV(B) 89.6º 0.56% 0.52% -
XYZ 13.98 19.57 7.04 -
YUV 113.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 96 133 58 0.28 0 0.56 0.48 89.6 0.39 0.37
Hex 60 85 3A 1C 0 38 30 5A 27 25
Octal 140 205 72 34 0 70 60 132 47 45
Binary 1100000 10000101 111010 11100 0 111000 110000 1011010 100111 100101

Color Harmonies of #60853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60853A

Black with #60853A

Text Example


Text Example

White with #60853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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