Html Css Color HEX #61843C Dingley

📋 copy color: '#61843C'

red 97 ◦ green 132 ◦ blue 60

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

Shades of Dingley #61843C

Tints of Dingley #61843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 33.56%
G = 45.67%
B = 20.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#61843C (or 0x61843C) is known color: Dingley. HEX triplet: 61, 84 and 3C. RGB value is (97,132,60). Sum of RGB (Red+Green+Blue) = 97+132+60=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #61843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61843C is #9E7BC3. Grayscale: #717171. Windows color (decimal): -10386372 or 3966049. OLE color: 3966049.

HSL color Cylindrical-coordinate representation of color #61843C: hue angle of 89.17º 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 #61843C is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 60 -
CMYK 0.27 0 0.55 0.48
HSL 89.17º 0.38% 0.38% -
HSV(B) 89.17º 0.55% 0.52% -
XYZ 14 19.37 7.28 -
YUV 113.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 97 132 60 0.27 0 0.55 0.48 89.17 0.38 0.38
Hex 61 84 3C 1B 0 37 30 59 26 26
Octal 141 204 74 33 0 67 60 131 46 46
Binary 1100001 10000100 111100 11011 0 110111 110000 1011001 100110 100110

Color Harmonies of #61843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61843C

Black with #61843C

Text Example


Text Example

White with #61843C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,132,60); }

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

background-color css

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

 a { background-color: rgb(97,132,60); }

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

border-color css

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

 span { border-color: rgb(97,132,60); }

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