Html Css Color HEX #614443 Woody Brown

📋 copy color: '#614443'

red 97 ◦ green 68 ◦ blue 67

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

Shades of Woody Brown #614443

Tints of Woody Brown #614443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 41.81%
G = 29.31%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#614443 (or 0x614443) is known color: Woody Brown. HEX triplet: 61, 44 and 43. RGB value is (97,68,67). Sum of RGB (Red+Green+Blue) = 97+68+67=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614443 is #9EBBBC. Grayscale: #4C4C4C. Windows color (decimal): -10402749 or 4408417. OLE color: 4408417.

HSL color Cylindrical-coordinate representation of color #614443: hue angle of 2º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614443 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 67 -
CMYK 0 0.30 0.31 0.62
HSL 0.18% 0.32% -
HSV(B) 0.31% 0.38% -
XYZ 8.01 7.08 6.25 -
YUV 76.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 97 68 67 0 0.30 0.31 0.62 2 0.18 0.32
Hex 61 44 43 0 1E 1F 3E 2 12 20
Octal 141 104 103 0 36 37 76 2 22 40
Binary 1100001 1000100 1000011 0 11110 11111 111110 10 10010 100000

Color Harmonies of #614443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614443

Black with #614443

Text Example


Text Example

White with #614443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614443; }

 p { color: rgb(97,68,67); }

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

background-color css

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

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

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

border-color css

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

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

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