Html Css Color HEX #E6B98A Burly Wood

📋 copy color: '#E6B98A'

red 230 ◦ green 185 ◦ blue 138

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

Shades of Burly Wood #E6B98A

Tints of Burly Wood #E6B98A

RGB

 RED value IS 230 (90.23% from 255) = 41.59%

 GREEN value IS 185 (72.66% from 255) = 33.45%

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 41.59%
G = 33.45%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6B98A (or 0xE6B98A) is known color: Burly Wood. HEX triplet: E6, B9 and 8A. RGB value is (230,185,138). Sum of RGB (Red+Green+Blue) = 230+185+138=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B98A is #194675. Grayscale: #C1C1C1. Windows color (decimal): -1656438 or 9091558. OLE color: 9091558.

HSL color Cylindrical-coordinate representation of color #E6B98A: hue angle of 30.65º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6B98A is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 185 138 -
CMYK 0 0.20 0.4 0.10
HSL 30.65º 0.65% 0.72% -
HSV(B) 30.65º 0.4% 0.9% -
XYZ 54.57 53.36 31.47 -
YUV 193.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 230 185 138 0 0.20 0.4 0.10 30.65 0.65 0.72
Hex E6 B9 8A 0 14 28 A 1F 41 48
Octal 346 271 212 0 24 50 12 37 101 110
Binary 11100110 10111001 10001010 0 10100 101000 1010 11111 1000001 1001000

Color Harmonies of #E6B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B98A

Black with #E6B98A

Text Example


Text Example

White with #E6B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B98A; }

 p { color: rgb(230,185,138); }

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

background-color css

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

 a { background-color: rgb(230,185,138); }

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

border-color css

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

 span { border-color: rgb(230,185,138); }

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