Html Css Color HEX #714644 Bole

📋 copy color: '#714644'

red 113 ◦ green 70 ◦ blue 68

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

Shades of Bole #714644

Tints of Bole #714644

RGB

 RED value IS 113 (44.53% from 255) = 45.02%

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

 BLUE value IS 68 (26.95% from 255) = 27.09%

R = 45.02%
G = 27.89%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#714644 (or 0x714644) is known color: Bole. HEX triplet: 71, 46 and 44. RGB value is (113,70,68). Sum of RGB (Red+Green+Blue) = 113+70+68=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714644 is #8EB9BB. Grayscale: #525252. Windows color (decimal): -9353660 or 4474481. OLE color: 4474481.

HSL color Cylindrical-coordinate representation of color #714644: hue angle of 2.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714644 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 68 -
CMYK 0 0.38 0.40 0.56
HSL 2.67º 0.25% 0.35% -
HSV(B) 2.67º 0.4% 0.44% -
XYZ 10.04 8.31 6.54 -
YUV 82.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 113 70 68 0 0.38 0.40 0.56 2.67 0.25 0.35
Hex 71 46 44 0 26 28 38 3 19 23
Octal 161 106 104 0 46 50 70 3 31 43
Binary 1110001 1000110 1000100 0 100110 101000 111000 11 11001 100011

Color Harmonies of #714644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714644

Black with #714644

Text Example


Text Example

White with #714644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714644; }

 p { color: rgb(113,70,68); }

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

background-color css

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

 a { background-color: rgb(113,70,68); }

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

border-color css

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

 span { border-color: rgb(113,70,68); }

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