Html Css Color HEX #6B5F38 Himalaya

📋 copy color: '#6B5F38'

red 107 ◦ green 95 ◦ blue 56

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

Shades of Himalaya #6B5F38

Tints of Himalaya #6B5F38

RGB

 RED value IS 107 (42.19% from 255) = 41.47%

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 41.47%
G = 36.82%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B5F38 (or 0x6B5F38) is known color: Himalaya. HEX triplet: 6B, 5F and 38. RGB value is (107,95,56). Sum of RGB (Red+Green+Blue) = 107+95+56=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5F38 is #94A0C7. Grayscale: #5E5E5E. Windows color (decimal): -9740488 or 3694443. OLE color: 3694443.

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

Color convert

RGB 107 95 56 -
CMYK 0 0.11 0.48 0.58
HSL 45.88º 0.31% 0.32% -
HSV(B) 45.88º 0.48% 0.42% -
XYZ 10.87 11.6 5.41 -
YUV 94.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 107 95 56 0 0.11 0.48 0.58 45.88 0.31 0.32
Hex 6B 5F 38 0 B 30 3A 2E 1F 20
Octal 153 137 70 0 13 60 72 56 37 40
Binary 1101011 1011111 111000 0 1011 110000 111010 101110 11111 100000

Color Harmonies of #6B5F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5F38

Black with #6B5F38

Text Example


Text Example

White with #6B5F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,95,56); }

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

background-color css

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

 a { background-color: rgb(107,95,56); }

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

border-color css

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

 span { border-color: rgb(107,95,56); }

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