Html Css Color HEX #61863F Dingley

📋 copy color: '#61863F'

red 97 ◦ green 134 ◦ blue 63

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

Shades of Dingley #61863F

Tints of Dingley #61863F

RGB

 RED value IS 97 (38.28% from 255) = 32.99%

 GREEN value IS 134 (52.73% from 255) = 45.58%

 BLUE value IS 63 (25% from 255) = 21.43%

R = 32.99%
G = 45.58%
B = 21.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#61863F (or 0x61863F) is known color: Dingley. HEX triplet: 61, 86 and 3F. RGB value is (97,134,63). Sum of RGB (Red+Green+Blue) = 97+134+63=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #61863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61863F is #9E79C0. Grayscale: #737373. Windows color (decimal): -10385857 or 4163169. OLE color: 4163169.

HSL color Cylindrical-coordinate representation of color #61863F: hue angle of 91.27º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61863F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 63 -
CMYK 0.28 0 0.53 0.47
HSL 91.27º 0.36% 0.39% -
HSV(B) 91.27º 0.53% 0.53% -
XYZ 14.35 19.95 7.8 -
YUV 114.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 97 134 63 0.28 0 0.53 0.47 91.27 0.36 0.39
Hex 61 86 3F 1C 0 35 2F 5B 24 27
Octal 141 206 77 34 0 65 57 133 44 47
Binary 1100001 10000110 111111 11100 0 110101 101111 1011011 100100 100111

Color Harmonies of #61863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61863F

Black with #61863F

Text Example


Text Example

White with #61863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61863F; }

 p { color: rgb(97,134,63); }

 H1.HeaderClassName
 {
   color: #61863F;
 }
 .AnyTagClassName
 {
   color: #61863F;
 }
</style>

background-color css

<style>
 a { background-color: #61863F; }

 a { background-color: rgb(97,134,63); }

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

border-color css

<style>
 span { border-color: #61863F; }

 span { border-color: rgb(97,134,63); }

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