Html Css Color HEX #614645 Woody Brown

📋 copy color: '#614645'

red 97 ◦ green 70 ◦ blue 69

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

Shades of Woody Brown #614645

Tints of Woody Brown #614645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 41.1%
G = 29.66%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#614645 (or 0x614645) is known color: Woody Brown. HEX triplet: 61, 46 and 45. RGB value is (97,70,69). Sum of RGB (Red+Green+Blue) = 97+70+69=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614645 is #9EB9BA. Grayscale: #4D4D4D. Windows color (decimal): -10402235 or 4540001. OLE color: 4540001.

HSL color Cylindrical-coordinate representation of color #614645: hue angle of 2.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614645 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 69 -
CMYK 0 0.28 0.29 0.62
HSL 2.14º 0.17% 0.33% -
HSV(B) 2.14º 0.29% 0.38% -
XYZ 8.19 7.35 6.62 -
YUV 77.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 97 70 69 0 0.28 0.29 0.62 2.14 0.17 0.33
Hex 61 46 45 0 1C 1D 3E 2 11 21
Octal 141 106 105 0 34 35 76 2 21 41
Binary 1100001 1000110 1000101 0 11100 11101 111110 10 10001 100001

Color Harmonies of #614645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614645

Black with #614645

Text Example


Text Example

White with #614645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614645; }

 p { color: rgb(97,70,69); }

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

background-color css

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

 a { background-color: rgb(97,70,69); }

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

border-color css

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

 span { border-color: rgb(97,70,69); }

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