Html Css Color HEX #606432 Saratoga

📋 copy color: '#606432'

red 96 ◦ green 100 ◦ blue 50

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

Shades of Saratoga #606432

Tints of Saratoga #606432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 39.02%
G = 40.65%
B = 20.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#606432 (or 0x606432) is known color: Saratoga. HEX triplet: 60, 64 and 32. RGB value is (96,100,50). Sum of RGB (Red+Green+Blue) = 96+100+50=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #606432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606432 is #9F9BCD. Grayscale: #5D5D5D. Windows color (decimal): -10460110 or 3302496. OLE color: 3302496.

HSL color Cylindrical-coordinate representation of color #606432: hue angle of 64.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606432 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 100 50 -
CMYK 0.04 0 0.50 0.61
HSL 64.8º 0.33% 0.29% -
HSV(B) 64.8º 0.5% 0.39% -
XYZ 9.96 11.83 4.78 -
YUV 93.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 96 100 50 0.04 0 0.50 0.61 64.8 0.33 0.29
Hex 60 64 32 4 0 32 3D 41 21 1D
Octal 140 144 62 4 0 62 75 101 41 35
Binary 1100000 1100100 110010 100 0 110010 111101 1000001 100001 11101

Color Harmonies of #606432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606432

Black with #606432

Text Example


Text Example

White with #606432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606432; }

 p { color: rgb(96,100,50); }

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

background-color css

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

 a { background-color: rgb(96,100,50); }

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

border-color css

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

 span { border-color: rgb(96,100,50); }

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