Html Css Color HEX #6F482A Cafe Royale

📋 copy color: '#6F482A'

red 111 ◦ green 72 ◦ blue 42

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

Shades of Cafe Royale #6F482A

Tints of Cafe Royale #6F482A

RGB

 RED value IS 111 (43.75% from 255) = 49.33%

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

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

R = 49.33%
G = 32%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F482A (or 0x6F482A) is known color: Cafe Royale. HEX triplet: 6F, 48 and 2A. RGB value is (111,72,42). Sum of RGB (Red+Green+Blue) = 111+72+42=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F482A is #90B7D5. Grayscale: #505050. Windows color (decimal): -9484246 or 2771055. OLE color: 2771055.

HSL color Cylindrical-coordinate representation of color #6F482A: hue angle of 26.09º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F482A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 72 42 -
CMYK 0 0.35 0.62 0.56
HSL 26.09º 0.45% 0.3% -
HSV(B) 26.09º 0.62% 0.44% -
XYZ 9.29 8.18 3.28 -
YUV 80.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 111 72 42 0 0.35 0.62 0.56 26.09 0.45 0.3
Hex 6F 48 2A 0 23 3E 38 1A 2D 1E
Octal 157 110 52 0 43 76 70 32 55 36
Binary 1101111 1001000 101010 0 100011 111110 111000 11010 101101 11110

Color Harmonies of #6F482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F482A

Black with #6F482A

Text Example


Text Example

White with #6F482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F482A; }

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

 H1.HeaderClassName
 {
   color: #6F482A;
 }
 .AnyTagClassName
 {
   color: #6F482A;
 }
</style>

background-color css

<style>
 a { background-color: #6F482A; }

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

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

border-color css

<style>
 span { border-color: #6F482A; }

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

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