Html Css Color HEX #5F6334 Saratoga

📋 copy color: '#5F6334'

red 95 ◦ green 99 ◦ blue 52

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

Shades of Saratoga #5F6334

Tints of Saratoga #5F6334

RGB

 RED value IS 95 (37.5% from 255) = 38.62%

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 52 (20.7% from 255) = 21.14%

R = 38.62%
G = 40.24%
B = 21.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#5F6334 (or 0x5F6334) is known color: Saratoga. HEX triplet: 5F, 63 and 34. RGB value is (95,99,52). Sum of RGB (Red+Green+Blue) = 95+99+52=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6334 is #A09CCB. Grayscale: #5C5C5C. Windows color (decimal): -10525900 or 3433311. OLE color: 3433311.

HSL color Cylindrical-coordinate representation of color #5F6334: hue angle of 65.11º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F6334 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 99 52 -
CMYK 0.04 0 0.47 0.61
HSL 65.11º 0.31% 0.3% -
HSV(B) 65.11º 0.47% 0.39% -
XYZ 9.8 11.6 4.97 -
YUV 92.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 95 99 52 0.04 0 0.47 0.61 65.11 0.31 0.3
Hex 5F 63 34 4 0 2F 3D 41 1F 1E
Octal 137 143 64 4 0 57 75 101 37 36
Binary 1011111 1100011 110100 100 0 101111 111101 1000001 11111 11110

Color Harmonies of #5F6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6334

Black with #5F6334

Text Example


Text Example

White with #5F6334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6334; }

 p { color: rgb(95,99,52); }

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

background-color css

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

 a { background-color: rgb(95,99,52); }

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

border-color css

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

 span { border-color: rgb(95,99,52); }

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