Html Css Color HEX #6B5C2A Himalaya

📋 copy color: '#6B5C2A'

red 107 ◦ green 92 ◦ blue 42

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

Shades of Himalaya #6B5C2A

Tints of Himalaya #6B5C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 44.4%
G = 38.17%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B5C2A (or 0x6B5C2A) is known color: Himalaya. HEX triplet: 6B, 5C and 2A. RGB value is (107,92,42). Sum of RGB (Red+Green+Blue) = 107+92+42=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C2A is #94A3D5. Grayscale: #5B5B5B. Windows color (decimal): -9741270 or 2776171. OLE color: 2776171.

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

Color convert

RGB 107 92 42 -
CMYK 0 0.14 0.61 0.58
HSL 46.15º 0.44% 0.29% -
HSV(B) 46.15º 0.61% 0.42% -
XYZ 10.31 10.95 3.76 -
YUV 90.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 107 92 42 0 0.14 0.61 0.58 46.15 0.44 0.29
Hex 6B 5C 2A 0 E 3D 3A 2E 2C 1D
Octal 153 134 52 0 16 75 72 56 54 35
Binary 1101011 1011100 101010 0 1110 111101 111010 101110 101100 11101

Color Harmonies of #6B5C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C2A

Black with #6B5C2A

Text Example


Text Example

White with #6B5C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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