Html Css Color HEX #6F714A Siam

📋 copy color: '#6F714A'

red 111 ◦ green 113 ◦ blue 74

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

Shades of Siam #6F714A

Tints of Siam #6F714A

RGB

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

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

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

R = 37.25%
G = 37.92%
B = 24.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F714A (or 0x6F714A) is known color: Siam. HEX triplet: 6F, 71 and 4A. RGB value is (111,113,74). Sum of RGB (Red+Green+Blue) = 111+113+74=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F714A is #908EB5. Grayscale: #6C6C6C. Windows color (decimal): -9473718 or 4878703. OLE color: 4878703.

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

Color convert

RGB 111 113 74 -
CMYK 0.02 0 0.35 0.56
HSL 63.08º 0.21% 0.37% -
HSV(B) 63.08º 0.35% 0.44% -
XYZ 13.7 15.68 8.78 -
YUV 107.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 111 113 74 0.02 0 0.35 0.56 63.08 0.21 0.37
Hex 6F 71 4A 2 0 23 38 3F 15 25
Octal 157 161 112 2 0 43 70 77 25 45
Binary 1101111 1110001 1001010 10 0 100011 111000 111111 10101 100101

Color Harmonies of #6F714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F714A

Black with #6F714A

Text Example


Text Example

White with #6F714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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