Html Css Color HEX #6F4435 Cumin

📋 copy color: '#6F4435'

red 111 ◦ green 68 ◦ blue 53

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

Shades of Cumin #6F4435

Tints of Cumin #6F4435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 47.84%
G = 29.31%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F4435 (or 0x6F4435) is known color: Cumin. HEX triplet: 6F, 44 and 35. RGB value is (111,68,53). Sum of RGB (Red+Green+Blue) = 111+68+53=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4435 is #90BBCA. Grayscale: #4F4F4F. Windows color (decimal): -9485259 or 3490927. OLE color: 3490927.

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

Color convert

RGB 111 68 53 -
CMYK 0 0.39 0.52 0.56
HSL 15.52º 0.35% 0.32% -
HSV(B) 15.52º 0.52% 0.44% -
XYZ 9.27 7.77 4.38 -
YUV 79.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 111 68 53 0 0.39 0.52 0.56 15.52 0.35 0.32
Hex 6F 44 35 0 27 34 38 10 23 20
Octal 157 104 65 0 47 64 70 20 43 40
Binary 1101111 1000100 110101 0 100111 110100 111000 10000 100011 100000

Color Harmonies of #6F4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4435

Black with #6F4435

Text Example


Text Example

White with #6F4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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