Html Css Color HEX #6F4B2E Cafe Royale

📋 copy color: '#6F4B2E'

red 111 ◦ green 75 ◦ blue 46

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

Shades of Cafe Royale #6F4B2E

Tints of Cafe Royale #6F4B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.33%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 47.84%
G = 32.33%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F4B2E (or 0x6F4B2E) is known color: Cafe Royale. HEX triplet: 6F, 4B and 2E. RGB value is (111,75,46). Sum of RGB (Red+Green+Blue) = 111+75+46=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B2E is #90B4D1. Grayscale: #525252. Windows color (decimal): -9483474 or 3033967. OLE color: 3033967.

HSL color Cylindrical-coordinate representation of color #6F4B2E: hue angle of 26.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F4B2E is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 75 46 -
CMYK 0 0.32 0.59 0.56
HSL 26.77º 0.41% 0.31% -
HSV(B) 26.77º 0.59% 0.44% -
XYZ 9.56 8.61 3.74 -
YUV 82.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 111 75 46 0 0.32 0.59 0.56 26.77 0.41 0.31
Hex 6F 4B 2E 0 20 3B 38 1B 29 1F
Octal 157 113 56 0 40 73 70 33 51 37
Binary 1101111 1001011 101110 0 100000 111011 111000 11011 101001 11111

Color Harmonies of #6F4B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B2E

Black with #6F4B2E

Text Example


Text Example

White with #6F4B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,75,46); }

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

background-color css

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

 a { background-color: rgb(111,75,46); }

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

border-color css

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

 span { border-color: rgb(111,75,46); }

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