Html Css Color HEX #96671A Golden Brown

📋 copy color: '#96671A'

red 150 ◦ green 103 ◦ blue 26

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

Shades of Golden Brown #96671A

Tints of Golden Brown #96671A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 53.76%
G = 36.92%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96671A (or 0x96671A) is known color: Golden Brown. HEX triplet: 96, 67 and 1A. RGB value is (150,103,26). Sum of RGB (Red+Green+Blue) = 150+103+26=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671A is #6998E5. Grayscale: #6C6C6C. Windows color (decimal): -6920422 or 1730454. OLE color: 1730454.

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

Color convert

RGB 150 103 26 -
CMYK 0 0.31 0.83 0.41
HSL 37.26º 0.7% 0.35% -
HSV(B) 37.26º 0.83% 0.59% -
XYZ 17.61 16.26 3.19 -
YUV 108.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 150 103 26 0 0.31 0.83 0.41 37.26 0.7 0.35
Hex 96 67 1A 0 1F 53 29 25 46 23
Octal 226 147 32 0 37 123 51 45 106 43
Binary 10010110 1100111 11010 0 11111 1010011 101001 100101 1000110 100011

Color Harmonies of #96671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96671A

Black with #96671A

Text Example


Text Example

White with #96671A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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