Html Css Color HEX #968F69 Gurkha

📋 copy color: '#968F69'

red 150 ◦ green 143 ◦ blue 105

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

Shades of Gurkha #968F69

Tints of Gurkha #968F69

RGB

 RED value IS 150 (58.98% from 255) = 37.69%

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 37.69%
G = 35.93%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#968F69 (or 0x968F69) is known color: Gurkha. HEX triplet: 96, 8F and 69. RGB value is (150,143,105). Sum of RGB (Red+Green+Blue) = 150+143+105=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F69 is #697096. Grayscale: #8C8C8C. Windows color (decimal): -6910103 or 6918038. OLE color: 6918038.

HSL color Cylindrical-coordinate representation of color #968F69: hue angle of 50.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968F69 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 143 105 -
CMYK 0 0.05 0.30 0.41
HSL 50.67º 0.18% 0.5% -
HSV(B) 50.67º 0.3% 0.59% -
XYZ 24.95 27.15 17.29 -
YUV 140.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 150 143 105 0 0.05 0.30 0.41 50.67 0.18 0.5
Hex 96 8F 69 0 5 1E 29 33 12 32
Octal 226 217 151 0 5 36 51 63 22 62
Binary 10010110 10001111 1101001 0 101 11110 101001 110011 10010 110010

Color Harmonies of #968F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F69

Black with #968F69

Text Example


Text Example

White with #968F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968F69; }

 p { color: rgb(150,143,105); }

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

background-color css

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

 a { background-color: rgb(150,143,105); }

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

border-color css

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

 span { border-color: rgb(150,143,105); }

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