Html Css Color HEX #947667 Beaver

📋 copy color: '#947667'

red 148 ◦ green 118 ◦ blue 103

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

Shades of Beaver #947667

Tints of Beaver #947667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 40.11%
G = 31.98%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#947667 (or 0x947667) is known color: Beaver. HEX triplet: 94, 76 and 67. RGB value is (148,118,103). Sum of RGB (Red+Green+Blue) = 148+118+103=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #947667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947667 is #6B8998. Grayscale: #7D7D7D. Windows color (decimal): -7047577 or 6780564. OLE color: 6780564.

HSL color Cylindrical-coordinate representation of color #947667: hue angle of 20º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #947667 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 103 -
CMYK 0 0.20 0.30 0.42
HSL 20º 0.18% 0.49% -
HSV(B) 20º 0.3% 0.58% -
XYZ 21.14 20.23 15.62 -
YUV 125.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 148 118 103 0 0.20 0.30 0.42 20 0.18 0.49
Hex 94 76 67 0 14 1E 2A 14 12 31
Octal 224 166 147 0 24 36 52 24 22 61
Binary 10010100 1110110 1100111 0 10100 11110 101010 10100 10010 110001

Color Harmonies of #947667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947667

Black with #947667

Text Example


Text Example

White with #947667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947667; }

 p { color: rgb(148,118,103); }

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

background-color css

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

 a { background-color: rgb(148,118,103); }

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

border-color css

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

 span { border-color: rgb(148,118,103); }

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