Html Css Color HEX #696033 Himalaya

📋 copy color: '#696033'

red 105 ◦ green 96 ◦ blue 51

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

Shades of Himalaya #696033

Tints of Himalaya #696033

RGB

 RED value IS 105 (41.41% from 255) = 41.67%

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 41.67%
G = 38.1%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#696033 (or 0x696033) is known color: Himalaya. HEX triplet: 69, 60 and 33. RGB value is (105,96,51). Sum of RGB (Red+Green+Blue) = 105+96+51=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #696033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696033 is #969FCC. Grayscale: #5D5D5D. Windows color (decimal): -9871309 or 3367017. OLE color: 3367017.

HSL color Cylindrical-coordinate representation of color #696033: hue angle of 50º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696033 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 51 -
CMYK 0 0.09 0.51 0.59
HSL 50º 0.35% 0.31% -
HSV(B) 50º 0.51% 0.41% -
XYZ 10.61 11.61 4.81 -
YUV 93.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 105 96 51 0 0.09 0.51 0.59 50 0.35 0.31
Hex 69 60 33 0 9 33 3B 32 23 1F
Octal 151 140 63 0 11 63 73 62 43 37
Binary 1101001 1100000 110011 0 1001 110011 111011 110010 100011 11111

Color Harmonies of #696033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696033

Black with #696033

Text Example


Text Example

White with #696033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696033; }

 p { color: rgb(105,96,51); }

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

background-color css

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

 a { background-color: rgb(105,96,51); }

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

border-color css

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

 span { border-color: rgb(105,96,51); }

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