Html Css Color HEX #6F764B Siam

📋 copy color: '#6F764B'

red 111 ◦ green 118 ◦ blue 75

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

Shades of Siam #6F764B

Tints of Siam #6F764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

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

R = 36.51%
G = 38.82%
B = 24.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#6F764B (or 0x6F764B) is known color: Siam. HEX triplet: 6F, 76 and 4B. RGB value is (111,118,75). Sum of RGB (Red+Green+Blue) = 111+118+75=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #6F764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F764B is #9089B4. Grayscale: #6F6F6F. Windows color (decimal): -9472437 or 4945519. OLE color: 4945519.

HSL color Cylindrical-coordinate representation of color #6F764B: hue angle of 69.77º 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 #6F764B is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 118 75 -
CMYK 0.06 0 0.36 0.54
HSL 69.77º 0.22% 0.38% -
HSV(B) 69.77º 0.36% 0.46% -
XYZ 14.3 16.84 9.15 -
YUV 111.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 111 118 75 0.06 0 0.36 0.54 69.77 0.22 0.38
Hex 6F 76 4B 6 0 24 36 46 16 26
Octal 157 166 113 6 0 44 66 106 26 46
Binary 1101111 1110110 1001011 110 0 100100 110110 1000110 10110 100110

Color Harmonies of #6F764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F764B

Black with #6F764B

Text Example


Text Example

White with #6F764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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