Html Css Color HEX #69492A Cafe Royale

📋 copy color: '#69492A'

red 105 ◦ green 73 ◦ blue 42

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

Shades of Cafe Royale #69492A

Tints of Cafe Royale #69492A

RGB

 RED value IS 105 (41.41% from 255) = 47.73%

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

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

R = 47.73%
G = 33.18%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#69492A (or 0x69492A) is known color: Cafe Royale. HEX triplet: 69, 49 and 2A. RGB value is (105,73,42). Sum of RGB (Red+Green+Blue) = 105+73+42=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69492A is #96B6D5. Grayscale: #4F4F4F. Windows color (decimal): -9877206 or 2771305. OLE color: 2771305.

HSL color Cylindrical-coordinate representation of color #69492A: hue angle of 29.52º degrees, saturation: 0.43, 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 #69492A is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 42 -
CMYK 0 0.30 0.6 0.59
HSL 29.52º 0.43% 0.29% -
HSV(B) 29.52º 0.6% 0.41% -
XYZ 8.63 7.94 3.27 -
YUV 79.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 105 73 42 0 0.30 0.6 0.59 29.52 0.43 0.29
Hex 69 49 2A 0 1E 3C 3B 1E 2B 1D
Octal 151 111 52 0 36 74 73 36 53 35
Binary 1101001 1001001 101010 0 11110 111100 111011 11110 101011 11101

Color Harmonies of #69492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69492A

Black with #69492A

Text Example


Text Example

White with #69492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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