Html Css Color HEX #69472C Cafe Royale

📋 copy color: '#69472C'

red 105 ◦ green 71 ◦ blue 44

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

Shades of Cafe Royale #69472C

Tints of Cafe Royale #69472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20%

R = 47.73%
G = 32.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#69472C (or 0x69472C) is known color: Cafe Royale. HEX triplet: 69, 47 and 2C. RGB value is (105,71,44). Sum of RGB (Red+Green+Blue) = 105+71+44=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69472C is #96B8D3. Grayscale: #4E4E4E. Windows color (decimal): -9877716 or 2901865. OLE color: 2901865.

HSL color Cylindrical-coordinate representation of color #69472C: hue angle of 26.56º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69472C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 44 -
CMYK 0 0.32 0.58 0.59
HSL 26.56º 0.41% 0.29% -
HSV(B) 26.56º 0.58% 0.41% -
XYZ 8.53 7.69 3.42 -
YUV 78.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 105 71 44 0 0.32 0.58 0.59 26.56 0.41 0.29
Hex 69 47 2C 0 20 3A 3B 1B 29 1D
Octal 151 107 54 0 40 72 73 33 51 35
Binary 1101001 1000111 101100 0 100000 111010 111011 11011 101001 11101

Color Harmonies of #69472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69472C

Black with #69472C

Text Example


Text Example

White with #69472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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