Html Css Color HEX #638241 Dingley

📋 copy color: '#638241'

red 99 ◦ green 130 ◦ blue 65

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

Shades of Dingley #638241

Tints of Dingley #638241

RGB

 RED value IS 99 (39.06% from 255) = 33.67%

 GREEN value IS 130 (51.17% from 255) = 44.22%

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 33.67%
G = 44.22%
B = 22.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#638241 (or 0x638241) is known color: Dingley. HEX triplet: 63, 82 and 41. RGB value is (99,130,65). Sum of RGB (Red+Green+Blue) = 99+130+65=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #638241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638241 is #9C7DBE. Grayscale: #717171. Windows color (decimal): -10255807 or 4293219. OLE color: 4293219.

HSL color Cylindrical-coordinate representation of color #638241: hue angle of 88.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #638241 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 65 -
CMYK 0.24 0 0.50 0.49
HSL 88.62º 0.33% 0.38% -
HSV(B) 88.62º 0.5% 0.51% -
XYZ 14.08 19 7.93 -
YUV 113.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 99 130 65 0.24 0 0.50 0.49 88.62 0.33 0.38
Hex 63 82 41 18 0 32 31 59 21 26
Octal 143 202 101 30 0 62 61 131 41 46
Binary 1100011 10000010 1000001 11000 0 110010 110001 1011001 100001 100110

Color Harmonies of #638241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638241

Black with #638241

Text Example


Text Example

White with #638241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638241; }

 p { color: rgb(99,130,65); }

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

background-color css

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

 a { background-color: rgb(99,130,65); }

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

border-color css

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

 span { border-color: rgb(99,130,65); }

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