#67714F

Color #67714F Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #67714F

Tints of Siam #67714F

Color information

#67714F (or 0x67714F) is unknown color: approx Siam. HEX triplet: 67, 71 and 4F. RGB value is (103,113,79). Sum of RGB (Red+Green+Blue) = 103+113+79=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #67714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67714F is #988EB0. Grayscale: #6A6A6A. Windows color (decimal): -9998001 or 5206375. OLE color: 5206375.

HSL color Cylindrical-coordinate representation of color #67714F: hue angle of 77.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67714F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10311379-
CMYK0.0900.300.56
HSL77.65º17.71%37.65%-
HSV(B)77.65º30.09%44.31%-
XYZ12.9115.269.66-
YUV106.13112.69125.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=34.92%
G=38.31%
B=26.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103113790.0900.300.5677.6517.7137.65
Hex67714F901E384e1226
Octal14716111711036701162246
Binary1100111111000110011111001011110111000100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67714F; }

 p { color: rgb(103,113,79); }

 H1.HeaderClassName
 {
   color: #67714F;
 }
 .AnyTagClassName
 {
   color: #67714F;
 }
</style>
background-color css

<style>
 a { background-color: #67714F; }

 a { background-color: rgb(103,113,79); }

 div.DivClassName
 {
   background-color: #67714F;
 }
 .BgClassName
 {
   background-color: #67714F;
 }
</style>
border-color css

<style>
 span { border-color: #67714F; }

 span { border-color: rgb(103,113,79); }

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