Html Css Color HEX #691B22 Pohutukawa

📋 copy color: '#691B22'

red 105 ◦ green 27 ◦ blue 34

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

Shades of Pohutukawa #691B22

Tints of Pohutukawa #691B22

RGB

 RED value IS 105 (41.41% from 255) = 63.25%

 GREEN value IS 27 (10.94% from 255) = 16.27%

 BLUE value IS 34 (13.67% from 255) = 20.48%

R = 63.25%
G = 16.27%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#691B22 (or 0x691B22) is known color: Pohutukawa. HEX triplet: 69, 1B and 22. RGB value is (105,27,34). Sum of RGB (Red+Green+Blue) = 105+27+34=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #691B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B22 is #96E4DD. Grayscale: #333333. Windows color (decimal): -9888990 or 2235241. OLE color: 2235241.

HSL color Cylindrical-coordinate representation of color #691B22: hue angle of 354.62º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B22 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 27 34 -
CMYK 0 0.74 0.68 0.59
HSL 354.62º 0.59% 0.26% -
HSV(B) 354.62º 0.74% 0.41% -
XYZ 6.51 3.9 1.92 -
YUV 51.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 105 27 34 0 0.74 0.68 0.59 354.62 0.59 0.26
Hex 69 1B 22 0 4A 44 3B 163 3B 1A
Octal 151 33 42 0 112 104 73 543 73 32
Binary 1101001 11011 100010 0 1001010 1000100 111011 101100011 111011 11010

Color Harmonies of #691B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691B22

Black with #691B22

Text Example


Text Example

White with #691B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691B22; }

 p { color: rgb(105,27,34); }

 H1.HeaderClassName
 {
   color: #691B22;
 }
 .AnyTagClassName
 {
   color: #691B22;
 }
</style>

background-color css

<style>
 a { background-color: #691B22; }

 a { background-color: rgb(105,27,34); }

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

border-color css

<style>
 span { border-color: #691B22; }

 span { border-color: rgb(105,27,34); }

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