Html Css Color HEX #6F754A Siam

📋 copy color: '#6F754A'

red 111 ◦ green 117 ◦ blue 74

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

Shades of Siam #6F754A

Tints of Siam #6F754A

RGB

 RED value IS 111 (43.75% from 255) = 36.75%

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 36.75%
G = 38.74%
B = 24.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#6F754A (or 0x6F754A) is known color: Siam. HEX triplet: 6F, 75 and 4A. RGB value is (111,117,74). Sum of RGB (Red+Green+Blue) = 111+117+74=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F754A is #908AB5. Grayscale: #6E6E6E. Windows color (decimal): -9472694 or 4879727. OLE color: 4879727.

HSL color Cylindrical-coordinate representation of color #6F754A: hue angle of 68.37º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F754A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 74 -
CMYK 0.05 0 0.37 0.54
HSL 68.37º 0.23% 0.37% -
HSV(B) 68.37º 0.37% 0.46% -
XYZ 14.15 16.6 8.94 -
YUV 110.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 111 117 74 0.05 0 0.37 0.54 68.37 0.23 0.37
Hex 6F 75 4A 5 0 25 36 44 17 25
Octal 157 165 112 5 0 45 66 104 27 45
Binary 1101111 1110101 1001010 101 0 100101 110110 1000100 10111 100101

Color Harmonies of #6F754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F754A

Black with #6F754A

Text Example


Text Example

White with #6F754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F754A; }

 p { color: rgb(111,117,74); }

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

background-color css

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

 a { background-color: rgb(111,117,74); }

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

border-color css

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

 span { border-color: rgb(111,117,74); }

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