Html Css Color HEX #968467 Sorrell Brown

📋 copy color: '#968467'

red 150 ◦ green 132 ◦ blue 103

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

Shades of Sorrell Brown #968467

Tints of Sorrell Brown #968467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 103 (40.63% from 255) = 26.75%

R = 38.96%
G = 34.29%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#968467 (or 0x968467) is known color: Sorrell Brown. HEX triplet: 96, 84 and 67. RGB value is (150,132,103). Sum of RGB (Red+Green+Blue) = 150+132+103=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #968467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968467 is #697B98. Grayscale: #868686. Windows color (decimal): -6912921 or 6784150. OLE color: 6784150.

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

Color convert

RGB 150 132 103 -
CMYK 0 0.12 0.31 0.41
HSL 37.02º 0.19% 0.5% -
HSV(B) 37.02º 0.31% 0.59% -
XYZ 23.28 23.97 16.23 -
YUV 134.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 150 132 103 0 0.12 0.31 0.41 37.02 0.19 0.5
Hex 96 84 67 0 C 1F 29 25 13 32
Octal 226 204 147 0 14 37 51 45 23 62
Binary 10010110 10000100 1100111 0 1100 11111 101001 100101 10011 110010

Color Harmonies of #968467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968467

Black with #968467

Text Example


Text Example

White with #968467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968467; }

 p { color: rgb(150,132,103); }

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

background-color css

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

 a { background-color: rgb(150,132,103); }

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

border-color css

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

 span { border-color: rgb(150,132,103); }

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