Html Css Color HEX #99865F Sorrell Brown

📋 copy color: '#99865F'

red 153 ◦ green 134 ◦ blue 95

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

Shades of Sorrell Brown #99865F

Tints of Sorrell Brown #99865F

RGB

 RED value IS 153 (60.16% from 255) = 40.05%

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 40.05%
G = 35.08%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99865F (or 0x99865F) is known color: Sorrell Brown. HEX triplet: 99, 86 and 5F. RGB value is (153,134,95). Sum of RGB (Red+Green+Blue) = 153+134+95=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99865F is #6679A0. Grayscale: #878787. Windows color (decimal): -6715809 or 6260377. OLE color: 6260377.

HSL color Cylindrical-coordinate representation of color #99865F: hue angle of 40.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99865F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 134 95 -
CMYK 0 0.12 0.38 0.4
HSL 40.34º 0.23% 0.49% -
HSV(B) 40.34º 0.38% 0.6% -
XYZ 23.73 24.65 14.33 -
YUV 135.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 153 134 95 0 0.12 0.38 0.4 40.34 0.23 0.49
Hex 99 86 5F 0 C 26 28 28 17 31
Octal 231 206 137 0 14 46 50 50 27 61
Binary 10011001 10000110 1011111 0 1100 100110 101000 101000 10111 110001

Color Harmonies of #99865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99865F

Black with #99865F

Text Example


Text Example

White with #99865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99865F; }

 p { color: rgb(153,134,95); }

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

background-color css

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

 a { background-color: rgb(153,134,95); }

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

border-color css

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

 span { border-color: rgb(153,134,95); }

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