Html Css Color HEX #69462B Cafe Royale

📋 copy color: '#69462B'

red 105 ◦ green 70 ◦ blue 43

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

Shades of Cafe Royale #69462B

Tints of Cafe Royale #69462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 48.17%
G = 32.11%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#69462B (or 0x69462B) is known color: Cafe Royale. HEX triplet: 69, 46 and 2B. RGB value is (105,70,43). Sum of RGB (Red+Green+Blue) = 105+70+43=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69462B is #96B9D4. Grayscale: #4D4D4D. Windows color (decimal): -9877973 or 2836073. OLE color: 2836073.

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

Color convert

RGB 105 70 43 -
CMYK 0 0.33 0.59 0.59
HSL 26.13º 0.42% 0.29% -
HSV(B) 26.13º 0.59% 0.41% -
XYZ 8.45 7.56 3.3 -
YUV 77.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 105 70 43 0 0.33 0.59 0.59 26.13 0.42 0.29
Hex 69 46 2B 0 21 3B 3B 1A 2A 1D
Octal 151 106 53 0 41 73 73 32 52 35
Binary 1101001 1000110 101011 0 100001 111011 111011 11010 101010 11101

Color Harmonies of #69462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69462B

Black with #69462B

Text Example


Text Example

White with #69462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69462B; }

 p { color: rgb(105,70,43); }

 H1.HeaderClassName
 {
   color: #69462B;
 }
 .AnyTagClassName
 {
   color: #69462B;
 }
</style>

background-color css

<style>
 a { background-color: #69462B; }

 a { background-color: rgb(105,70,43); }

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

border-color css

<style>
 span { border-color: #69462B; }

 span { border-color: rgb(105,70,43); }

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