Html Css Color HEX #94651F Golden Brown

📋 copy color: '#94651F'

red 148 ◦ green 101 ◦ blue 31

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

Shades of Golden Brown #94651F

Tints of Golden Brown #94651F

RGB

 RED value IS 148 (58.2% from 255) = 52.86%

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

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

R = 52.86%
G = 36.07%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94651F (or 0x94651F) is known color: Golden Brown. HEX triplet: 94, 65 and 1F. RGB value is (148,101,31). Sum of RGB (Red+Green+Blue) = 148+101+31=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #94651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94651F is #6B9AE0. Grayscale: #6B6B6B. Windows color (decimal): -7052001 or 2057620. OLE color: 2057620.

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

Color convert

RGB 148 101 31 -
CMYK 0 0.32 0.79 0.42
HSL 35.9º 0.65% 0.35% -
HSV(B) 35.9º 0.79% 0.58% -
XYZ 17.11 15.7 3.43 -
YUV 107.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 148 101 31 0 0.32 0.79 0.42 35.9 0.65 0.35
Hex 94 65 1F 0 20 4F 2A 24 41 23
Octal 224 145 37 0 40 117 52 44 101 43
Binary 10010100 1100101 11111 0 100000 1001111 101010 100100 1000001 100011

Color Harmonies of #94651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94651F

Black with #94651F

Text Example


Text Example

White with #94651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,101,31); }

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

background-color css

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

 a { background-color: rgb(148,101,31); }

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

border-color css

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

 span { border-color: rgb(148,101,31); }

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