#675B34

Color #675B34 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #675B34

Tints of Himalaya #675B34

Color information

#675B34 (or 0x675B34) is unknown color: approx Himalaya. HEX triplet: 67, 5B and 34. RGB value is (103,91,52). Sum of RGB (Red+Green+Blue) = 103+91+52=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #675B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B34 is #98A4CB. Grayscale: #5A5A5A. Windows color (decimal): -10003660 or 3431271. OLE color: 3431271.

HSL color Cylindrical-coordinate representation of color #675B34: hue angle of 45.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675B34 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1039152-
CMYK00.120.500.60
HSL45.88º32.9%30.39%-
HSV(B)45.88º49.51%40.39%-
XYZ9.9510.614.77-
YUV90.14106.48137.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.87%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=41.87%
G=36.99%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103915200.120.500.6045.8832.930.39
Hex675B340C323C2e211e
Octal147133640146274564136
Binary110011110110111101000110011001011110010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675B34; }

 p { color: rgb(103,91,52); }

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

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

 a { background-color: rgb(103,91,52); }

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

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

 span { border-color: rgb(103,91,52); }

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