Html Css Color HEX #69482A Cafe Royale

📋 copy color: '#69482A'

red 105 ◦ green 72 ◦ blue 42

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

Shades of Cafe Royale #69482A

Tints of Cafe Royale #69482A

RGB

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

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

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

R = 47.95%
G = 32.88%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#69482A (or 0x69482A) is known color: Cafe Royale. HEX triplet: 69, 48 and 2A. RGB value is (105,72,42). Sum of RGB (Red+Green+Blue) = 105+72+42=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69482A is #96B7D5. Grayscale: #4E4E4E. Windows color (decimal): -9877462 or 2771049. OLE color: 2771049.

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

Color convert

RGB 105 72 42 -
CMYK 0 0.31 0.6 0.59
HSL 28.57º 0.43% 0.29% -
HSV(B) 28.57º 0.6% 0.41% -
XYZ 8.56 7.81 3.25 -
YUV 78.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 105 72 42 0 0.31 0.6 0.59 28.57 0.43 0.29
Hex 69 48 2A 0 1F 3C 3B 1D 2B 1D
Octal 151 110 52 0 37 74 73 35 53 35
Binary 1101001 1001000 101010 0 11111 111100 111011 11101 101011 11101

Color Harmonies of #69482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69482A

Black with #69482A

Text Example


Text Example

White with #69482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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