Html Css Color HEX #6F7440 Siam

📋 copy color: '#6F7440'

red 111 ◦ green 116 ◦ blue 64

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

Shades of Siam #6F7440

Tints of Siam #6F7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 38.14%
G = 39.86%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#6F7440 (or 0x6F7440) is known color: Siam. HEX triplet: 6F, 74 and 40. RGB value is (111,116,64). Sum of RGB (Red+Green+Blue) = 111+116+64=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7440 is #908BBF. Grayscale: #6C6C6C. Windows color (decimal): -9472960 or 4224111. OLE color: 4224111.

HSL color Cylindrical-coordinate representation of color #6F7440: hue angle of 65.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F7440 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 116 64 -
CMYK 0.04 0 0.45 0.55
HSL 65.77º 0.29% 0.35% -
HSV(B) 65.77º 0.45% 0.45% -
XYZ 13.73 16.24 7.26 -
YUV 108.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 111 116 64 0.04 0 0.45 0.55 65.77 0.29 0.35
Hex 6F 74 40 4 0 2D 37 42 1D 23
Octal 157 164 100 4 0 55 67 102 35 43
Binary 1101111 1110100 1000000 100 0 101101 110111 1000010 11101 100011

Color Harmonies of #6F7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7440

Black with #6F7440

Text Example


Text Example

White with #6F7440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,64); }

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

background-color css

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

 a { background-color: rgb(111,116,64); }

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

border-color css

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

 span { border-color: rgb(111,116,64); }

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