Html Css Color HEX #614545 Woody Brown

📋 copy color: '#614545'

red 97 ◦ green 69 ◦ blue 69

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

Shades of Woody Brown #614545

Tints of Woody Brown #614545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 41.28%
G = 29.36%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#614545 (or 0x614545) is known color: Woody Brown. HEX triplet: 61, 45 and 45. RGB value is (97,69,69). Sum of RGB (Red+Green+Blue) = 97+69+69=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614545 is #9EBABA. Grayscale: #4D4D4D. Windows color (decimal): -10402491 or 4539745. OLE color: 4539745.

HSL color Cylindrical-coordinate representation of color #614545: hue angle of 0º 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 #614545 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 69 -
CMYK 0 0.29 0.29 0.62
HSL 0.17% 0.33% -
HSV(B) 0.29% 0.38% -
XYZ 8.13 7.23 6.6 -
YUV 77.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 97 69 69 0 0.29 0.29 0.62 0 0.17 0.33
Hex 61 45 45 0 1D 1D 3E 0 11 21
Octal 141 105 105 0 35 35 76 0 21 41
Binary 1100001 1000101 1000101 0 11101 11101 111110 0 10001 100001

Color Harmonies of #614545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614545

Black with #614545

Text Example


Text Example

White with #614545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614545; }

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

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

background-color css

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

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

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

border-color css

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

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

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