Html Css Color HEX #96671F Golden Brown

📋 copy color: '#96671F'

red 150 ◦ green 103 ◦ blue 31

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

Shades of Golden Brown #96671F

Tints of Golden Brown #96671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 52.82%
G = 36.27%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96671F (or 0x96671F) is known color: Golden Brown. HEX triplet: 96, 67 and 1F. RGB value is (150,103,31). Sum of RGB (Red+Green+Blue) = 150+103+31=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671F is #6998E0. Grayscale: #6D6D6D. Windows color (decimal): -6920417 or 2058134. OLE color: 2058134.

HSL color Cylindrical-coordinate representation of color #96671F: hue angle of 36.3º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96671F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 31 -
CMYK 0 0.31 0.79 0.41
HSL 36.3º 0.66% 0.35% -
HSV(B) 36.3º 0.79% 0.59% -
XYZ 17.68 16.28 3.51 -
YUV 108.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 150 103 31 0 0.31 0.79 0.41 36.3 0.66 0.35
Hex 96 67 1F 0 1F 4F 29 24 42 23
Octal 226 147 37 0 37 117 51 44 102 43
Binary 10010110 1100111 11111 0 11111 1001111 101001 100100 1000010 100011

Color Harmonies of #96671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96671F

Black with #96671F

Text Example


Text Example

White with #96671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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