Html Css Color HEX #677052 Siam

📋 copy color: '#677052'

red 103 ◦ green 112 ◦ blue 82

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

Shades of Siam #677052

Tints of Siam #677052

RGB

 RED value IS 103 (40.63% from 255) = 34.68%

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 34.68%
G = 37.71%
B = 27.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#677052 (or 0x677052) is known color: Siam. HEX triplet: 67, 70 and 52. RGB value is (103,112,82). Sum of RGB (Red+Green+Blue) = 103+112+82=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #677052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677052 is #988FAD. Grayscale: #696969. Windows color (decimal): -9998254 or 5402727. OLE color: 5402727.

HSL color Cylindrical-coordinate representation of color #677052: hue angle of 78º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677052 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 82 -
CMYK 0.08 0 0.27 0.56
HSL 78º 0.15% 0.38% -
HSV(B) 78º 0.27% 0.44% -
XYZ 12.91 15.08 10.21 -
YUV 105.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 103 112 82 0.08 0 0.27 0.56 78 0.15 0.38
Hex 67 70 52 8 0 1B 38 4E F 26
Octal 147 160 122 10 0 33 70 116 17 46
Binary 1100111 1110000 1010010 1000 0 11011 111000 1001110 1111 100110

Color Harmonies of #677052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677052

Black with #677052

Text Example


Text Example

White with #677052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677052; }

 p { color: rgb(103,112,82); }

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

background-color css

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

 a { background-color: rgb(103,112,82); }

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

border-color css

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

 span { border-color: rgb(103,112,82); }

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