Html Css Color HEX #63834A Dingley

📋 copy color: '#63834A'

red 99 ◦ green 131 ◦ blue 74

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

Shades of Dingley #63834A

Tints of Dingley #63834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 32.57%
G = 43.09%
B = 24.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#63834A (or 0x63834A) is known color: Dingley. HEX triplet: 63, 83 and 4A. RGB value is (99,131,74). Sum of RGB (Red+Green+Blue) = 99+131+74=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #63834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63834A is #9C7CB5. Grayscale: #737373. Windows color (decimal): -10255542 or 4883299. OLE color: 4883299.

HSL color Cylindrical-coordinate representation of color #63834A: hue angle of 93.68º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63834A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 131 74 -
CMYK 0.24 0 0.44 0.49
HSL 93.68º 0.28% 0.4% -
HSV(B) 93.68º 0.44% 0.51% -
XYZ 14.5 19.38 9.46 -
YUV 114.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 99 131 74 0.24 0 0.44 0.49 93.68 0.28 0.4
Hex 63 83 4A 18 0 2C 31 5E 1C 28
Octal 143 203 112 30 0 54 61 136 34 50
Binary 1100011 10000011 1001010 11000 0 101100 110001 1011110 11100 101000

Color Harmonies of #63834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63834A

Black with #63834A

Text Example


Text Example

White with #63834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,131,74); }

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

background-color css

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

 a { background-color: rgb(99,131,74); }

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

border-color css

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

 span { border-color: rgb(99,131,74); }

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