#6B6334

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

Shades of Himalaya #6B6334

Tints of Himalaya #6B6334

Color information

#6B6334 (or 0x6B6334) is unknown color: approx Himalaya. HEX triplet: 6B, 63 and 34. RGB value is (107,99,52). Sum of RGB (Red+Green+Blue) = 107+99+52=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6334 is #949CCB. Grayscale: #606060. Windows color (decimal): -9739468 or 3433323. OLE color: 3433323.

HSL color Cylindrical-coordinate representation of color #6B6334: hue angle of 51.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B6334 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB1079952-
CMYK00.070.510.58
HSL51.27º34.59%31.18%-
HSV(B)51.27º51.4%41.96%-
XYZ11.1512.35.04-
YUV96.03103.15135.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.47%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=41.47%
G=38.37%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107995200.070.510.5851.2734.5931.18
Hex6B633407333A33231f
Octal15314364076372634337
Binary11010111100011110100011111001111101011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,99,52); }

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

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

 a { background-color: rgb(107,99,52); }

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

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

 span { border-color: rgb(107,99,52); }

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