Html Css Color HEX #6B602E Himalaya

📋 copy color: '#6B602E'

red 107 ◦ green 96 ◦ blue 46

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

Shades of Himalaya #6B602E

Tints of Himalaya #6B602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 42.97%
G = 38.55%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B602E (or 0x6B602E) is known color: Himalaya. HEX triplet: 6B, 60 and 2E. RGB value is (107,96,46). Sum of RGB (Red+Green+Blue) = 107+96+46=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B602E is #949FD1. Grayscale: #5D5D5D. Windows color (decimal): -9740242 or 3039339. OLE color: 3039339.

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

Color convert

RGB 107 96 46 -
CMYK 0 0.10 0.57 0.58
HSL 49.18º 0.4% 0.3% -
HSV(B) 49.18º 0.57% 0.42% -
XYZ 10.74 11.69 4.27 -
YUV 93.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 107 96 46 0 0.10 0.57 0.58 49.18 0.4 0.3
Hex 6B 60 2E 0 A 39 3A 31 28 1E
Octal 153 140 56 0 12 71 72 61 50 36
Binary 1101011 1100000 101110 0 1010 111001 111010 110001 101000 11110

Color Harmonies of #6B602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B602E

Black with #6B602E

Text Example


Text Example

White with #6B602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,96,46); }

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

background-color css

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

 a { background-color: rgb(107,96,46); }

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

border-color css

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

 span { border-color: rgb(107,96,46); }

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