Html Css Color HEX #94633B McKenzie

📋 copy color: '#94633B'

red 148 ◦ green 99 ◦ blue 59

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

Shades of McKenzie #94633B

Tints of McKenzie #94633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 48.37%
G = 32.35%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#94633B (or 0x94633B) is known color: McKenzie. HEX triplet: 94, 63 and 3B. RGB value is (148,99,59). Sum of RGB (Red+Green+Blue) = 148+99+59=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94633B is #6B9CC4. Grayscale: #6D6D6D. Windows color (decimal): -7052485 or 3892116. OLE color: 3892116.

HSL color Cylindrical-coordinate representation of color #94633B: hue angle of 26.97º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94633B is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 59 -
CMYK 0 0.33 0.60 0.42
HSL 26.97º 0.43% 0.41% -
HSV(B) 26.97º 0.6% 0.58% -
XYZ 17.46 15.54 6.22 -
YUV 109.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 148 99 59 0 0.33 0.60 0.42 26.97 0.43 0.41
Hex 94 63 3B 0 21 3C 2A 1B 2B 29
Octal 224 143 73 0 41 74 52 33 53 51
Binary 10010100 1100011 111011 0 100001 111100 101010 11011 101011 101001

Color Harmonies of #94633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94633B

Black with #94633B

Text Example


Text Example

White with #94633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,99,59); }

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

background-color css

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

 a { background-color: rgb(148,99,59); }

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

border-color css

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

 span { border-color: rgb(148,99,59); }

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