Html Css Color HEX #96671C Golden Brown

📋 copy color: '#96671C'

red 150 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #96671C

Tints of Golden Brown #96671C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 53.38%
G = 36.65%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96671C (or 0x96671C) is known color: Golden Brown. HEX triplet: 96, 67 and 1C. RGB value is (150,103,28). Sum of RGB (Red+Green+Blue) = 150+103+28=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671C is #6998E3. Grayscale: #6C6C6C. Windows color (decimal): -6920420 or 1861526. OLE color: 1861526.

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

Color convert

RGB 150 103 28 -
CMYK 0 0.31 0.81 0.41
HSL 36.89º 0.69% 0.35% -
HSV(B) 36.89º 0.81% 0.59% -
XYZ 17.64 16.27 3.31 -
YUV 108.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 150 103 28 0 0.31 0.81 0.41 36.89 0.69 0.35
Hex 96 67 1C 0 1F 51 29 25 45 23
Octal 226 147 34 0 37 121 51 45 105 43
Binary 10010110 1100111 11100 0 11111 1010001 101001 100101 1000101 100011

Color Harmonies of #96671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96671C

Black with #96671C

Text Example


Text Example

White with #96671C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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