Html Css Color HEX #6B5D29 Himalaya

📋 copy color: '#6B5D29'

red 107 ◦ green 93 ◦ blue 41

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

Shades of Himalaya #6B5D29

Tints of Himalaya #6B5D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 44.4%
G = 38.59%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B5D29 (or 0x6B5D29) is known color: Himalaya. HEX triplet: 6B, 5D and 29. RGB value is (107,93,41). Sum of RGB (Red+Green+Blue) = 107+93+41=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D29 is #94A2D6. Grayscale: #5B5B5B. Windows color (decimal): -9741015 or 2710891. OLE color: 2710891.

HSL color Cylindrical-coordinate representation of color #6B5D29: hue angle of 47.27º 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 #6B5D29 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 93 41 -
CMYK 0 0.13 0.62 0.58
HSL 47.27º 0.45% 0.29% -
HSV(B) 47.27º 0.62% 0.42% -
XYZ 10.38 11.11 3.7 -
YUV 91.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 107 93 41 0 0.13 0.62 0.58 47.27 0.45 0.29
Hex 6B 5D 29 0 D 3E 3A 2F 2D 1D
Octal 153 135 51 0 15 76 72 57 55 35
Binary 1101011 1011101 101001 0 1101 111110 111010 101111 101101 11101

Color Harmonies of #6B5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5D29

Black with #6B5D29

Text Example


Text Example

White with #6B5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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