Html Css Color HEX #61583D Millbrook

📋 copy color: '#61583D'

red 97 ◦ green 88 ◦ blue 61

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

Shades of Millbrook #61583D

Tints of Millbrook #61583D

RGB

 RED value IS 97 (38.28% from 255) = 39.43%

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 39.43%
G = 35.77%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61583D (or 0x61583D) is known color: Millbrook. HEX triplet: 61, 58 and 3D. RGB value is (97,88,61). Sum of RGB (Red+Green+Blue) = 97+88+61=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61583D is #9EA7C2. Grayscale: #575757. Windows color (decimal): -10397635 or 4020321. OLE color: 4020321.

HSL color Cylindrical-coordinate representation of color #61583D: hue angle of 45º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61583D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 88 61 -
CMYK 0 0.09 0.37 0.62
HSL 45º 0.23% 0.31% -
HSV(B) 45º 0.37% 0.38% -
XYZ 9.26 9.86 5.83 -
YUV 87.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 97 88 61 0 0.09 0.37 0.62 45 0.23 0.31
Hex 61 58 3D 0 9 25 3E 2D 17 1F
Octal 141 130 75 0 11 45 76 55 27 37
Binary 1100001 1011000 111101 0 1001 100101 111110 101101 10111 11111

Color Harmonies of #61583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61583D

Black with #61583D

Text Example


Text Example

White with #61583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61583D; }

 p { color: rgb(97,88,61); }

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

background-color css

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

 a { background-color: rgb(97,88,61); }

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

border-color css

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

 span { border-color: rgb(97,88,61); }

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