Html Css Color HEX #6B5C29 Himalaya

📋 copy color: '#6B5C29'

red 107 ◦ green 92 ◦ blue 41

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

Shades of Himalaya #6B5C29

Tints of Himalaya #6B5C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 44.58%
G = 38.33%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B5C29 (or 0x6B5C29) is known color: Himalaya. HEX triplet: 6B, 5C and 29. RGB value is (107,92,41). Sum of RGB (Red+Green+Blue) = 107+92+41=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C29 is #94A3D6. Grayscale: #5A5A5A. Windows color (decimal): -9741271 or 2710635. OLE color: 2710635.

HSL color Cylindrical-coordinate representation of color #6B5C29: hue angle of 46.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5C29 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 92 41 -
CMYK 0 0.14 0.62 0.58
HSL 46.36º 0.45% 0.29% -
HSV(B) 46.36º 0.62% 0.42% -
XYZ 10.29 10.94 3.67 -
YUV 90.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 107 92 41 0 0.14 0.62 0.58 46.36 0.45 0.29
Hex 6B 5C 29 0 E 3E 3A 2E 2D 1D
Octal 153 134 51 0 16 76 72 56 55 35
Binary 1101011 1011100 101001 0 1110 111110 111010 101110 101101 11101

Color Harmonies of #6B5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C29

Black with #6B5C29

Text Example


Text Example

White with #6B5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,41); }

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

background-color css

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

 a { background-color: rgb(107,92,41); }

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

border-color css

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

 span { border-color: rgb(107,92,41); }

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