Html Css Color HEX #94675B Dark Chestnut

📋 copy color: '#94675B'

red 148 ◦ green 103 ◦ blue 91

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

Shades of Dark Chestnut #94675B

Tints of Dark Chestnut #94675B

RGB

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

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

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

R = 43.27%
G = 30.12%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94675B (or 0x94675B) is known color: Dark Chestnut. HEX triplet: 94, 67 and 5B. RGB value is (148,103,91). Sum of RGB (Red+Green+Blue) = 148+103+91=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94675B is #6B98A4. Grayscale: #737373. Windows color (decimal): -7051429 or 5990292. OLE color: 5990292.

HSL color Cylindrical-coordinate representation of color #94675B: hue angle of 12.63º 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 #94675B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 91 -
CMYK 0 0.30 0.39 0.42
HSL 12.63º 0.24% 0.47% -
HSV(B) 12.63º 0.39% 0.58% -
XYZ 18.95 16.75 12.13 -
YUV 115.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 148 103 91 0 0.30 0.39 0.42 12.63 0.24 0.47
Hex 94 67 5B 0 1E 27 2A D 18 2F
Octal 224 147 133 0 36 47 52 15 30 57
Binary 10010100 1100111 1011011 0 11110 100111 101010 1101 11000 101111

Color Harmonies of #94675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94675B

Black with #94675B

Text Example


Text Example

White with #94675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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