Html Css Color HEX #6B4828 Cafe Royale

📋 copy color: '#6B4828'

red 107 ◦ green 72 ◦ blue 40

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

Shades of Cafe Royale #6B4828

Tints of Cafe Royale #6B4828

RGB

 RED value IS 107 (42.19% from 255) = 48.86%

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 48.86%
G = 32.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B4828 (or 0x6B4828) is known color: Cafe Royale. HEX triplet: 6B, 48 and 28. RGB value is (107,72,40). Sum of RGB (Red+Green+Blue) = 107+72+40=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4828 is #94B7D7. Grayscale: #4E4E4E. Windows color (decimal): -9746392 or 2639979. OLE color: 2639979.

HSL color Cylindrical-coordinate representation of color #6B4828: hue angle of 28.66º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B4828 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 72 40 -
CMYK 0 0.33 0.63 0.58
HSL 28.66º 0.46% 0.29% -
HSV(B) 28.66º 0.63% 0.42% -
XYZ 8.76 7.91 3.07 -
YUV 78.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 107 72 40 0 0.33 0.63 0.58 28.66 0.46 0.29
Hex 6B 48 28 0 21 3F 3A 1D 2E 1D
Octal 153 110 50 0 41 77 72 35 56 35
Binary 1101011 1001000 101000 0 100001 111111 111010 11101 101110 11101

Color Harmonies of #6B4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4828

Black with #6B4828

Text Example


Text Example

White with #6B4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,40); }

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

background-color css

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

 a { background-color: rgb(107,72,40); }

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

border-color css

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

 span { border-color: rgb(107,72,40); }

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