Html Css Color HEX #6F4432 Cumin

📋 copy color: '#6F4432'

red 111 ◦ green 68 ◦ blue 50

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

Shades of Cumin #6F4432

Tints of Cumin #6F4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 48.47%
G = 29.69%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F4432 (or 0x6F4432) is known color: Cumin. HEX triplet: 6F, 44 and 32. RGB value is (111,68,50). Sum of RGB (Red+Green+Blue) = 111+68+50=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4432 is #90BBCD. Grayscale: #4E4E4E. Windows color (decimal): -9485262 or 3294319. OLE color: 3294319.

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

Color convert

RGB 111 68 50 -
CMYK 0 0.39 0.55 0.56
HSL 17.7º 0.38% 0.32% -
HSV(B) 17.7º 0.55% 0.44% -
XYZ 9.2 7.74 4.03 -
YUV 78.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 111 68 50 0 0.39 0.55 0.56 17.7 0.38 0.32
Hex 6F 44 32 0 27 37 38 12 26 20
Octal 157 104 62 0 47 67 70 22 46 40
Binary 1101111 1000100 110010 0 100111 110111 111000 10010 100110 100000

Color Harmonies of #6F4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4432

Black with #6F4432

Text Example


Text Example

White with #6F4432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,50); }

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

background-color css

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

 a { background-color: rgb(111,68,50); }

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

border-color css

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

 span { border-color: rgb(111,68,50); }

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