Html Css Color HEX #69472A Cafe Royale

📋 copy color: '#69472A'

red 105 ◦ green 71 ◦ blue 42

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

Shades of Cafe Royale #69472A

Tints of Cafe Royale #69472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 48.17%
G = 32.57%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#69472A (or 0x69472A) is known color: Cafe Royale. HEX triplet: 69, 47 and 2A. RGB value is (105,71,42). Sum of RGB (Red+Green+Blue) = 105+71+42=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69472A is #96B8D5. Grayscale: #4E4E4E. Windows color (decimal): -9877718 or 2770793. OLE color: 2770793.

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

Color convert

RGB 105 71 42 -
CMYK 0 0.32 0.6 0.59
HSL 27.62º 0.43% 0.29% -
HSV(B) 27.62º 0.6% 0.41% -
XYZ 8.5 7.68 3.22 -
YUV 77.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 105 71 42 0 0.32 0.6 0.59 27.62 0.43 0.29
Hex 69 47 2A 0 20 3C 3B 1C 2B 1D
Octal 151 107 52 0 40 74 73 34 53 35
Binary 1101001 1000111 101010 0 100000 111100 111011 11100 101011 11101

Color Harmonies of #69472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69472A

Black with #69472A

Text Example


Text Example

White with #69472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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