Html Css Color HEX #94665B Dark Chestnut

📋 copy color: '#94665B'

red 148 ◦ green 102 ◦ blue 91

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

Shades of Dark Chestnut #94665B

Tints of Dark Chestnut #94665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 43.4%
G = 29.91%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94665B (or 0x94665B) is known color: Dark Chestnut. HEX triplet: 94, 66 and 5B. RGB value is (148,102,91). Sum of RGB (Red+Green+Blue) = 148+102+91=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94665B is #6B99A4. Grayscale: #727272. Windows color (decimal): -7051685 or 5990036. OLE color: 5990036.

HSL color Cylindrical-coordinate representation of color #94665B: hue angle of 11.58º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94665B is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 91 -
CMYK 0 0.31 0.39 0.42
HSL 11.58º 0.24% 0.47% -
HSV(B) 11.58º 0.39% 0.58% -
XYZ 18.85 16.55 12.1 -
YUV 114.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 148 102 91 0 0.31 0.39 0.42 11.58 0.24 0.47
Hex 94 66 5B 0 1F 27 2A C 18 2F
Octal 224 146 133 0 37 47 52 14 30 57
Binary 10010100 1100110 1011011 0 11111 100111 101010 1100 11000 101111

Color Harmonies of #94665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94665B

Black with #94665B

Text Example


Text Example

White with #94665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,102,91); }

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

background-color css

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

 a { background-color: rgb(148,102,91); }

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

border-color css

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

 span { border-color: rgb(148,102,91); }

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