Html Css Color HEX #6C4926 Cafe Royale

📋 copy color: '#6C4926'

red 108 ◦ green 73 ◦ blue 38

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

Shades of Cafe Royale #6C4926

Tints of Cafe Royale #6C4926

RGB

 RED value IS 108 (42.58% from 255) = 49.32%

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 38 (15.23% from 255) = 17.35%

R = 49.32%
G = 33.33%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6C4926 (or 0x6C4926) is known color: Cafe Royale. HEX triplet: 6C, 49 and 26. RGB value is (108,73,38). Sum of RGB (Red+Green+Blue) = 108+73+38=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4926 is #93B6D9. Grayscale: #4F4F4F. Windows color (decimal): -9680602 or 2509164. OLE color: 2509164.

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

Color convert

RGB 108 73 38 -
CMYK 0 0.32 0.65 0.58
HSL 30º 0.48% 0.29% -
HSV(B) 30º 0.65% 0.42% -
XYZ 8.92 8.09 2.93 -
YUV 79.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 108 73 38 0 0.32 0.65 0.58 30 0.48 0.29
Hex 6C 49 26 0 20 41 3A 1E 30 1D
Octal 154 111 46 0 40 101 72 36 60 35
Binary 1101100 1001001 100110 0 100000 1000001 111010 11110 110000 11101

Color Harmonies of #6C4926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4926

Black with #6C4926

Text Example


Text Example

White with #6C4926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,38); }

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

background-color css

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

 a { background-color: rgb(108,73,38); }

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

border-color css

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

 span { border-color: rgb(108,73,38); }

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