Html Css Color HEX #6B161B Pohutukawa

📋 copy color: '#6B161B'

red 107 ◦ green 22 ◦ blue 27

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

Shades of Pohutukawa #6B161B

Tints of Pohutukawa #6B161B

RGB

 RED value IS 107 (42.19% from 255) = 68.59%

 GREEN value IS 22 (8.98% from 255) = 14.1%

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 68.59%
G = 14.1%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B161B (or 0x6B161B) is known color: Pohutukawa. HEX triplet: 6B, 16 and 1B. RGB value is (107,22,27). Sum of RGB (Red+Green+Blue) = 107+22+27=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B161B is #94E9E4. Grayscale: #303030. Windows color (decimal): -9759205 or 1775211. OLE color: 1775211.

HSL color Cylindrical-coordinate representation of color #6B161B: hue angle of 356.47º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B161B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 27 -
CMYK 0 0.79 0.75 0.58
HSL 356.47º 0.66% 0.25% -
HSV(B) 356.47º 0.79% 0.42% -
XYZ 6.55 3.78 1.42 -
YUV 47.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 107 22 27 0 0.79 0.75 0.58 356.47 0.66 0.25
Hex 6B 16 1B 0 4F 4B 3A 164 42 19
Octal 153 26 33 0 117 113 72 544 102 31
Binary 1101011 10110 11011 0 1001111 1001011 111010 101100100 1000010 11001

Color Harmonies of #6B161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B161B

Black with #6B161B

Text Example


Text Example

White with #6B161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,27); }

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

background-color css

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

 a { background-color: rgb(107,22,27); }

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

border-color css

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

 span { border-color: rgb(107,22,27); }

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