Html Css Color HEX #65714A Woodland

📋 copy color: '#65714A'

red 101 ◦ green 113 ◦ blue 74

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

Shades of Woodland #65714A

Tints of Woodland #65714A

RGB

 RED value IS 101 (39.84% from 255) = 35.07%

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 35.07%
G = 39.24%
B = 25.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#65714A (or 0x65714A) is known color: Woodland. HEX triplet: 65, 71 and 4A. RGB value is (101,113,74). Sum of RGB (Red+Green+Blue) = 101+113+74=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #65714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65714A is #9A8EB5. Grayscale: #696969. Windows color (decimal): -10129078 or 4878693. OLE color: 4878693.

HSL color Cylindrical-coordinate representation of color #65714A: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65714A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 113 74 -
CMYK 0.11 0 0.35 0.56
HSL 78.46º 0.21% 0.37% -
HSV(B) 78.46º 0.35% 0.44% -
XYZ 12.51 15.07 8.73 -
YUV 104.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 101 113 74 0.11 0 0.35 0.56 78.46 0.21 0.37
Hex 65 71 4A B 0 23 38 4E 15 25
Octal 145 161 112 13 0 43 70 116 25 45
Binary 1100101 1110001 1001010 1011 0 100011 111000 1001110 10101 100101

Color Harmonies of #65714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65714A

Black with #65714A

Text Example


Text Example

White with #65714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65714A; }

 p { color: rgb(101,113,74); }

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

background-color css

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

 a { background-color: rgb(101,113,74); }

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

border-color css

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

 span { border-color: rgb(101,113,74); }

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