Html Css Color HEX #6F754B Siam

📋 copy color: '#6F754B'

red 111 ◦ green 117 ◦ blue 75

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

Shades of Siam #6F754B

Tints of Siam #6F754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 36.63%
G = 38.61%
B = 24.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#6F754B (or 0x6F754B) is known color: Siam. HEX triplet: 6F, 75 and 4B. RGB value is (111,117,75). Sum of RGB (Red+Green+Blue) = 111+117+75=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #6F754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F754B is #908AB4. Grayscale: #6E6E6E. Windows color (decimal): -9472693 or 4945263. OLE color: 4945263.

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

Color convert

RGB 111 117 75 -
CMYK 0.05 0 0.36 0.54
HSL 68.57º 0.22% 0.38% -
HSV(B) 68.57º 0.36% 0.46% -
XYZ 14.19 16.61 9.11 -
YUV 110.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 111 117 75 0.05 0 0.36 0.54 68.57 0.22 0.38
Hex 6F 75 4B 5 0 24 36 45 16 26
Octal 157 165 113 5 0 44 66 105 26 46
Binary 1101111 1110101 1001011 101 0 100100 110110 1000101 10110 100110

Color Harmonies of #6F754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F754B

Black with #6F754B

Text Example


Text Example

White with #6F754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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