Html Css Color HEX #60873D Dingley

📋 copy color: '#60873D'

red 96 ◦ green 135 ◦ blue 61

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

Shades of Dingley #60873D

Tints of Dingley #60873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

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

R = 32.88%
G = 46.23%
B = 20.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#60873D (or 0x60873D) is known color: Dingley. HEX triplet: 60, 87 and 3D. RGB value is (96,135,61). Sum of RGB (Red+Green+Blue) = 96+135+61=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #60873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60873D is #9F78C2. Grayscale: #737373. Windows color (decimal): -10451139 or 4032352. OLE color: 4032352.

HSL color Cylindrical-coordinate representation of color #60873D: hue angle of 91.62º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60873D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 61 -
CMYK 0.29 0 0.55 0.47
HSL 91.62º 0.38% 0.38% -
HSV(B) 91.62º 0.55% 0.53% -
XYZ 14.33 20.15 7.55 -
YUV 114.9 97.58 114.52 -
System Red Green Blue C M Y K H S L
Decimal 96 135 61 0.29 0 0.55 0.47 91.62 0.38 0.38
Hex 60 87 3D 1D 0 37 2F 5C 26 26
Octal 140 207 75 35 0 67 57 134 46 46
Binary 1100000 10000111 111101 11101 0 110111 101111 1011100 100110 100110

Color Harmonies of #60873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60873D

Black with #60873D

Text Example


Text Example

White with #60873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,135,61); }

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

background-color css

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

 a { background-color: rgb(96,135,61); }

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

border-color css

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

 span { border-color: rgb(96,135,61); }

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