Html Css Color HEX #68492A Cafe Royale

📋 copy color: '#68492A'

red 104 ◦ green 73 ◦ blue 42

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

Shades of Cafe Royale #68492A

Tints of Cafe Royale #68492A

RGB

 RED value IS 104 (41.02% from 255) = 47.49%

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

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 47.49%
G = 33.33%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68492A (or 0x68492A) is known color: Cafe Royale. HEX triplet: 68, 49 and 2A. RGB value is (104,73,42). Sum of RGB (Red+Green+Blue) = 104+73+42=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492A is #97B6D5. Grayscale: #4E4E4E. Windows color (decimal): -9942742 or 2771304. OLE color: 2771304.

HSL color Cylindrical-coordinate representation of color #68492A: hue angle of 30º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68492A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 42 -
CMYK 0 0.30 0.60 0.59
HSL 30º 0.42% 0.29% -
HSV(B) 30º 0.6% 0.41% -
XYZ 8.51 7.88 3.26 -
YUV 78.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 104 73 42 0 0.30 0.60 0.59 30 0.42 0.29
Hex 68 49 2A 0 1E 3C 3B 1E 2A 1D
Octal 150 111 52 0 36 74 73 36 52 35
Binary 1101000 1001001 101010 0 11110 111100 111011 11110 101010 11101

Color Harmonies of #68492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68492A

Black with #68492A

Text Example


Text Example

White with #68492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68492A; }

 p { color: rgb(104,73,42); }

 H1.HeaderClassName
 {
   color: #68492A;
 }
 .AnyTagClassName
 {
   color: #68492A;
 }
</style>

background-color css

<style>
 a { background-color: #68492A; }

 a { background-color: rgb(104,73,42); }

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

border-color css

<style>
 span { border-color: #68492A; }

 span { border-color: rgb(104,73,42); }

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