Html Css Color HEX #6A482C Cafe Royale

📋 copy color: '#6A482C'

red 106 ◦ green 72 ◦ blue 44

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

Shades of Cafe Royale #6A482C

Tints of Cafe Royale #6A482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 47.75%
G = 32.43%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6A482C (or 0x6A482C) is known color: Cafe Royale. HEX triplet: 6A, 48 and 2C. RGB value is (106,72,44). Sum of RGB (Red+Green+Blue) = 106+72+44=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A482C is #95B7D3. Grayscale: #4F4F4F. Windows color (decimal): -9811924 or 2902122. OLE color: 2902122.

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

Color convert

RGB 106 72 44 -
CMYK 0 0.32 0.58 0.58
HSL 27.1º 0.41% 0.29% -
HSV(B) 27.1º 0.58% 0.42% -
XYZ 8.72 7.88 3.44 -
YUV 78.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 106 72 44 0 0.32 0.58 0.58 27.1 0.41 0.29
Hex 6A 48 2C 0 20 3A 3A 1B 29 1D
Octal 152 110 54 0 40 72 72 33 51 35
Binary 1101010 1001000 101100 0 100000 111010 111010 11011 101001 11101

Color Harmonies of #6A482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A482C

Black with #6A482C

Text Example


Text Example

White with #6A482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,72,44); }

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

background-color css

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

 a { background-color: rgb(106,72,44); }

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

border-color css

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

 span { border-color: rgb(106,72,44); }

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