Html Css Color HEX #6F714B Siam

📋 copy color: '#6F714B'

red 111 ◦ green 113 ◦ blue 75

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

Shades of Siam #6F714B

Tints of Siam #6F714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 37.12%
G = 37.79%
B = 25.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F714B (or 0x6F714B) is known color: Siam. HEX triplet: 6F, 71 and 4B. RGB value is (111,113,75). Sum of RGB (Red+Green+Blue) = 111+113+75=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F714B is #908EB4. Grayscale: #6C6C6C. Windows color (decimal): -9473717 or 4944239. OLE color: 4944239.

HSL color Cylindrical-coordinate representation of color #6F714B: hue angle of 63.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F714B is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 75 -
CMYK 0.02 0 0.34 0.56
HSL 63.16º 0.2% 0.37% -
HSV(B) 63.16º 0.34% 0.44% -
XYZ 13.73 15.7 8.96 -
YUV 108.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 111 113 75 0.02 0 0.34 0.56 63.16 0.2 0.37
Hex 6F 71 4B 2 0 22 38 3F 14 25
Octal 157 161 113 2 0 42 70 77 24 45
Binary 1101111 1110001 1001011 10 0 100010 111000 111111 10100 100101

Color Harmonies of #6F714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F714B

Black with #6F714B

Text Example


Text Example

White with #6F714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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