Html Css Color HEX #6A4D26 Cafe Royale

📋 copy color: '#6A4D26'

red 106 ◦ green 77 ◦ blue 38

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

Shades of Cafe Royale #6A4D26

Tints of Cafe Royale #6A4D26

RGB

 RED value IS 106 (41.8% from 255) = 47.96%

 GREEN value IS 77 (30.47% from 255) = 34.84%

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

R = 47.96%
G = 34.84%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6A4D26 (or 0x6A4D26) is known color: Cafe Royale. HEX triplet: 6A, 4D and 26. RGB value is (106,77,38). Sum of RGB (Red+Green+Blue) = 106+77+38=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4D26 is #95B2D9. Grayscale: #515151. Windows color (decimal): -9810650 or 2510186. OLE color: 2510186.

HSL color Cylindrical-coordinate representation of color #6A4D26: hue angle of 34.41º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A4D26 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 77 38 -
CMYK 0 0.27 0.64 0.58
HSL 34.41º 0.47% 0.28% -
HSV(B) 34.41º 0.64% 0.42% -
XYZ 8.95 8.51 3.01 -
YUV 81.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 106 77 38 0 0.27 0.64 0.58 34.41 0.47 0.28
Hex 6A 4D 26 0 1B 40 3A 22 2F 1C
Octal 152 115 46 0 33 100 72 42 57 34
Binary 1101010 1001101 100110 0 11011 1000000 111010 100010 101111 11100

Color Harmonies of #6A4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4D26

Black with #6A4D26

Text Example


Text Example

White with #6A4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,77,38); }

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

background-color css

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

 a { background-color: rgb(106,77,38); }

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

border-color css

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

 span { border-color: rgb(106,77,38); }

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