Html Css Color HEX #95651B Golden Brown

📋 copy color: '#95651B'

red 149 ◦ green 101 ◦ blue 27

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

Shades of Golden Brown #95651B

Tints of Golden Brown #95651B

RGB

 RED value IS 149 (58.59% from 255) = 53.79%

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 53.79%
G = 36.46%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#95651B (or 0x95651B) is known color: Golden Brown. HEX triplet: 95, 65 and 1B. RGB value is (149,101,27). Sum of RGB (Red+Green+Blue) = 149+101+27=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95651B is #6A9AE4. Grayscale: #6B6B6B. Windows color (decimal): -6986469 or 1795477. OLE color: 1795477.

HSL color Cylindrical-coordinate representation of color #95651B: hue angle of 36.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95651B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 27 -
CMYK 0 0.32 0.82 0.42
HSL 36.39º 0.69% 0.35% -
HSV(B) 36.39º 0.82% 0.58% -
XYZ 17.25 15.78 3.17 -
YUV 106.92 82.9 158.02 -
System Red Green Blue C M Y K H S L
Decimal 149 101 27 0 0.32 0.82 0.42 36.39 0.69 0.35
Hex 95 65 1B 0 20 52 2A 24 45 23
Octal 225 145 33 0 40 122 52 44 105 43
Binary 10010101 1100101 11011 0 100000 1010010 101010 100100 1000101 100011

Color Harmonies of #95651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95651B

Black with #95651B

Text Example


Text Example

White with #95651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95651B; }

 p { color: rgb(149,101,27); }

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

background-color css

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

 a { background-color: rgb(149,101,27); }

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

border-color css

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

 span { border-color: rgb(149,101,27); }

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