Html Css Color HEX #6E4728 Cafe Royale

📋 copy color: '#6E4728'

red 110 ◦ green 71 ◦ blue 40

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

Shades of Cafe Royale #6E4728

Tints of Cafe Royale #6E4728

RGB

 RED value IS 110 (43.36% from 255) = 49.77%

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 49.77%
G = 32.13%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E4728 (or 0x6E4728) is known color: Cafe Royale. HEX triplet: 6E, 47 and 28. RGB value is (110,71,40). Sum of RGB (Red+Green+Blue) = 110+71+40=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4728 is #91B8D7. Grayscale: #4F4F4F. Windows color (decimal): -9550040 or 2639726. OLE color: 2639726.

HSL color Cylindrical-coordinate representation of color #6E4728: hue angle of 26.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4728 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 71 40 -
CMYK 0 0.35 0.64 0.57
HSL 26.57º 0.47% 0.29% -
HSV(B) 26.57º 0.64% 0.43% -
XYZ 9.07 7.97 3.07 -
YUV 79.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 110 71 40 0 0.35 0.64 0.57 26.57 0.47 0.29
Hex 6E 47 28 0 23 40 39 1B 2F 1D
Octal 156 107 50 0 43 100 71 33 57 35
Binary 1101110 1000111 101000 0 100011 1000000 111001 11011 101111 11101

Color Harmonies of #6E4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4728

Black with #6E4728

Text Example


Text Example

White with #6E4728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E4728; }

 p { color: rgb(110,71,40); }

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

background-color css

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

 a { background-color: rgb(110,71,40); }

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

border-color css

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

 span { border-color: rgb(110,71,40); }

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