Html Css Color HEX #68462A Cafe Royale

📋 copy color: '#68462A'

red 104 ◦ green 70 ◦ blue 42

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

Shades of Cafe Royale #68462A

Tints of Cafe Royale #68462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 48.15%
G = 32.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68462A (or 0x68462A) is known color: Cafe Royale. HEX triplet: 68, 46 and 2A. RGB value is (104,70,42). Sum of RGB (Red+Green+Blue) = 104+70+42=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68462A is #97B9D5. Grayscale: #4D4D4D. Windows color (decimal): -9943510 or 2770536. OLE color: 2770536.

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

Color convert

RGB 104 70 42 -
CMYK 0 0.33 0.60 0.59
HSL 27.1º 0.42% 0.29% -
HSV(B) 27.1º 0.6% 0.41% -
XYZ 8.32 7.49 3.2 -
YUV 76.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 104 70 42 0 0.33 0.60 0.59 27.1 0.42 0.29
Hex 68 46 2A 0 21 3C 3B 1B 2A 1D
Octal 150 106 52 0 41 74 73 33 52 35
Binary 1101000 1000110 101010 0 100001 111100 111011 11011 101010 11101

Color Harmonies of #68462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68462A

Black with #68462A

Text Example


Text Example

White with #68462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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