Html Css Color HEX #968265 Sorrell Brown

📋 copy color: '#968265'

red 150 ◦ green 130 ◦ blue 101

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

Shades of Sorrell Brown #968265

Tints of Sorrell Brown #968265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 39.37%
G = 34.12%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#968265 (or 0x968265) is known color: Sorrell Brown. HEX triplet: 96, 82 and 65. RGB value is (150,130,101). Sum of RGB (Red+Green+Blue) = 150+130+101=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968265 is #697D9A. Grayscale: #848484. Windows color (decimal): -6913435 or 6652566. OLE color: 6652566.

HSL color Cylindrical-coordinate representation of color #968265: hue angle of 35.51º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968265 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 101 -
CMYK 0 0.13 0.33 0.41
HSL 35.51º 0.2% 0.49% -
HSV(B) 35.51º 0.33% 0.59% -
XYZ 22.91 23.39 15.62 -
YUV 132.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 150 130 101 0 0.13 0.33 0.41 35.51 0.2 0.49
Hex 96 82 65 0 D 21 29 24 14 31
Octal 226 202 145 0 15 41 51 44 24 61
Binary 10010110 10000010 1100101 0 1101 100001 101001 100100 10100 110001

Color Harmonies of #968265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968265

Black with #968265

Text Example


Text Example

White with #968265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968265; }

 p { color: rgb(150,130,101); }

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

background-color css

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

 a { background-color: rgb(150,130,101); }

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

border-color css

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

 span { border-color: rgb(150,130,101); }

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