Html Css Color HEX #9B948A Zorba

📋 copy color: '#9B948A'

red 155 ◦ green 148 ◦ blue 138

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

Shades of Zorba #9B948A

Tints of Zorba #9B948A

RGB

 RED value IS 155 (60.94% from 255) = 35.15%

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 35.15%
G = 33.56%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B948A (or 0x9B948A) is known color: Zorba. HEX triplet: 9B, 94 and 8A. RGB value is (155,148,138). Sum of RGB (Red+Green+Blue) = 155+148+138=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B948A is #646B75. Grayscale: #959595. Windows color (decimal): -6581110 or 9082011. OLE color: 9082011.

HSL color Cylindrical-coordinate representation of color #9B948A: hue angle of 35.29º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9B948A is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 148 138 -
CMYK 0 0.05 0.11 0.39
HSL 35.29º 0.08% 0.57% -
HSV(B) 35.29º 0.11% 0.61% -
XYZ 28.69 29.98 28.32 -
YUV 148.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 155 148 138 0 0.05 0.11 0.39 35.29 0.08 0.57
Hex 9B 94 8A 0 5 B 27 23 8 39
Octal 233 224 212 0 5 13 47 43 10 71
Binary 10011011 10010100 10001010 0 101 1011 100111 100011 1000 111001

Color Harmonies of #9B948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B948A

Black with #9B948A

Text Example


Text Example

White with #9B948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B948A; }

 p { color: rgb(155,148,138); }

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

background-color css

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

 a { background-color: rgb(155,148,138); }

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

border-color css

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

 span { border-color: rgb(155,148,138); }

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