Html Css Color HEX #6B6130 Himalaya

📋 copy color: '#6B6130'

red 107 ◦ green 97 ◦ blue 48

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

Shades of Himalaya #6B6130

Tints of Himalaya #6B6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 42.46%
G = 38.49%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B6130 (or 0x6B6130) is known color: Himalaya. HEX triplet: 6B, 61 and 30. RGB value is (107,97,48). Sum of RGB (Red+Green+Blue) = 107+97+48=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6130 is #949ECF. Grayscale: #5E5E5E. Windows color (decimal): -9739984 or 3170667. OLE color: 3170667.

HSL color Cylindrical-coordinate representation of color #6B6130: hue angle of 49.83º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B6130 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 48 -
CMYK 0 0.09 0.55 0.58
HSL 49.83º 0.38% 0.3% -
HSV(B) 49.83º 0.55% 0.42% -
XYZ 10.87 11.89 4.52 -
YUV 94.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 107 97 48 0 0.09 0.55 0.58 49.83 0.38 0.3
Hex 6B 61 30 0 9 37 3A 32 26 1E
Octal 153 141 60 0 11 67 72 62 46 36
Binary 1101011 1100001 110000 0 1001 110111 111010 110010 100110 11110

Color Harmonies of #6B6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6130

Black with #6B6130

Text Example


Text Example

White with #6B6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,48); }

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

background-color css

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

 a { background-color: rgb(107,97,48); }

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

border-color css

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

 span { border-color: rgb(107,97,48); }

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