Html Css Color HEX #69713F Woodland

📋 copy color: '#69713F'

red 105 ◦ green 113 ◦ blue 63

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

Shades of Woodland #69713F

Tints of Woodland #69713F

RGB

 RED value IS 105 (41.41% from 255) = 37.37%

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

 BLUE value IS 63 (25% from 255) = 22.42%

R = 37.37%
G = 40.21%
B = 22.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#69713F (or 0x69713F) is known color: Woodland. HEX triplet: 69, 71 and 3F. RGB value is (105,113,63). Sum of RGB (Red+Green+Blue) = 105+113+63=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #69713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69713F is #968EC0. Grayscale: #696969. Windows color (decimal): -9866945 or 4157801. OLE color: 4157801.

HSL color Cylindrical-coordinate representation of color #69713F: hue angle of 69.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69713F is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 63 -
CMYK 0.07 0 0.44 0.56
HSL 69.6º 0.28% 0.35% -
HSV(B) 69.6º 0.44% 0.44% -
XYZ 12.63 15.17 6.97 -
YUV 104.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 105 113 63 0.07 0 0.44 0.56 69.6 0.28 0.35
Hex 69 71 3F 7 0 2C 38 46 1C 23
Octal 151 161 77 7 0 54 70 106 34 43
Binary 1101001 1110001 111111 111 0 101100 111000 1000110 11100 100011

Color Harmonies of #69713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69713F

Black with #69713F

Text Example


Text Example

White with #69713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69713F; }

 p { color: rgb(105,113,63); }

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

background-color css

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

 a { background-color: rgb(105,113,63); }

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

border-color css

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

 span { border-color: rgb(105,113,63); }

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