Html Css Color HEX #949069 Gurkha

📋 copy color: '#949069'

red 148 ◦ green 144 ◦ blue 105

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

Shades of Gurkha #949069

Tints of Gurkha #949069

RGB

 RED value IS 148 (58.2% from 255) = 37.28%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 37.28%
G = 36.27%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#949069 (or 0x949069) is known color: Gurkha. HEX triplet: 94, 90 and 69. RGB value is (148,144,105). Sum of RGB (Red+Green+Blue) = 148+144+105=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #949069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949069 is #6B6F96. Grayscale: #8C8C8C. Windows color (decimal): -7040919 or 6918292. OLE color: 6918292.

HSL color Cylindrical-coordinate representation of color #949069: hue angle of 54.42º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949069 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 105 -
CMYK 0 0.03 0.29 0.42
HSL 54.42º 0.17% 0.5% -
HSV(B) 54.42º 0.29% 0.58% -
XYZ 24.74 27.26 17.32 -
YUV 140.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 148 144 105 0 0.03 0.29 0.42 54.42 0.17 0.5
Hex 94 90 69 0 3 1D 2A 36 11 32
Octal 224 220 151 0 3 35 52 66 21 62
Binary 10010100 10010000 1101001 0 11 11101 101010 110110 10001 110010

Color Harmonies of #949069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949069

Black with #949069

Text Example


Text Example

White with #949069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949069; }

 p { color: rgb(148,144,105); }

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

background-color css

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

 a { background-color: rgb(148,144,105); }

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

border-color css

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

 span { border-color: rgb(148,144,105); }

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