Html Css Color HEX #61663B Woodland

📋 copy color: '#61663B'

red 97 ◦ green 102 ◦ blue 59

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

Shades of Woodland #61663B

Tints of Woodland #61663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 37.6%
G = 39.53%
B = 22.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#61663B (or 0x61663B) is known color: Woodland. HEX triplet: 61, 66 and 3B. RGB value is (97,102,59). Sum of RGB (Red+Green+Blue) = 97+102+59=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #61663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61663B is #9E99C4. Grayscale: #5F5F5F. Windows color (decimal): -10394053 or 3892833. OLE color: 3892833.

HSL color Cylindrical-coordinate representation of color #61663B: hue angle of 66.98º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61663B is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 59 -
CMYK 0.05 0 0.42 0.6
HSL 66.98º 0.27% 0.32% -
HSV(B) 66.98º 0.42% 0.4% -
XYZ 10.47 12.36 5.97 -
YUV 95.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 97 102 59 0.05 0 0.42 0.6 66.98 0.27 0.32
Hex 61 66 3B 5 0 2A 3C 43 1B 20
Octal 141 146 73 5 0 52 74 103 33 40
Binary 1100001 1100110 111011 101 0 101010 111100 1000011 11011 100000

Color Harmonies of #61663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61663B

Black with #61663B

Text Example


Text Example

White with #61663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61663B; }

 p { color: rgb(97,102,59); }

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

background-color css

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

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

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

border-color css

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

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

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