Html Css Color HEX #6F7D44 Siam

📋 copy color: '#6F7D44'

red 111 ◦ green 125 ◦ blue 68

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

Shades of Siam #6F7D44

Tints of Siam #6F7D44

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 36.51%
G = 41.12%
B = 22.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#6F7D44 (or 0x6F7D44) is known color: Siam. HEX triplet: 6F, 7D and 44. RGB value is (111,125,68). Sum of RGB (Red+Green+Blue) = 111+125+68=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7D44 is #9082BB. Grayscale: #727272. Windows color (decimal): -9470652 or 4488559. OLE color: 4488559.

HSL color Cylindrical-coordinate representation of color #6F7D44: hue angle of 74.74º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7D44 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 125 68 -
CMYK 0.11 0 0.46 0.51
HSL 74.74º 0.3% 0.38% -
HSV(B) 74.74º 0.46% 0.49% -
XYZ 14.93 18.46 8.25 -
YUV 114.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 111 125 68 0.11 0 0.46 0.51 74.74 0.3 0.38
Hex 6F 7D 44 B 0 2E 33 4B 1E 26
Octal 157 175 104 13 0 56 63 113 36 46
Binary 1101111 1111101 1000100 1011 0 101110 110011 1001011 11110 100110

Color Harmonies of #6F7D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7D44

Black with #6F7D44

Text Example


Text Example

White with #6F7D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,68); }

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

background-color css

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

 a { background-color: rgb(111,125,68); }

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

border-color css

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

 span { border-color: rgb(111,125,68); }

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