Html Css Color HEX #68482A Cafe Royale

📋 copy color: '#68482A'

red 104 ◦ green 72 ◦ blue 42

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

Shades of Cafe Royale #68482A

Tints of Cafe Royale #68482A

RGB

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

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

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

R = 47.71%
G = 33.03%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68482A (or 0x68482A) is known color: Cafe Royale. HEX triplet: 68, 48 and 2A. RGB value is (104,72,42). Sum of RGB (Red+Green+Blue) = 104+72+42=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68482A is #97B7D5. Grayscale: #4E4E4E. Windows color (decimal): -9942998 or 2771048. OLE color: 2771048.

HSL color Cylindrical-coordinate representation of color #68482A: hue angle of 29.03º 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 #68482A is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 42 -
CMYK 0 0.31 0.60 0.59
HSL 29.03º 0.42% 0.29% -
HSV(B) 29.03º 0.6% 0.41% -
XYZ 8.44 7.74 3.24 -
YUV 78.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 104 72 42 0 0.31 0.60 0.59 29.03 0.42 0.29
Hex 68 48 2A 0 1F 3C 3B 1D 2A 1D
Octal 150 110 52 0 37 74 73 35 52 35
Binary 1101000 1001000 101010 0 11111 111100 111011 11101 101010 11101

Color Harmonies of #68482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68482A

Black with #68482A

Text Example


Text Example

White with #68482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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