Html Css Color HEX #674B4B Buccaneer

📋 copy color: '#674B4B'

red 103 ◦ green 75 ◦ blue 75

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

Shades of Buccaneer #674B4B

Tints of Buccaneer #674B4B

RGB

 RED value IS 103 (40.63% from 255) = 40.71%

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 40.71%
G = 29.64%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#674B4B (or 0x674B4B) is known color: Buccaneer. HEX triplet: 67, 4B and 4B. RGB value is (103,75,75). Sum of RGB (Red+Green+Blue) = 103+75+75=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #674B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B4B is #98B4B4. Grayscale: #535353. Windows color (decimal): -10007733 or 4934503. OLE color: 4934503.

HSL color Cylindrical-coordinate representation of color #674B4B: hue angle of 0º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674B4B is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 75 75 -
CMYK 0 0.27 0.27 0.60
HSL 0.16% 0.35% -
HSV(B) 0.27% 0.4% -
XYZ 9.38 8.42 7.79 -
YUV 83.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 103 75 75 0 0.27 0.27 0.60 0 0.16 0.35
Hex 67 4B 4B 0 1B 1B 3C 0 10 23
Octal 147 113 113 0 33 33 74 0 20 43
Binary 1100111 1001011 1001011 0 11011 11011 111100 0 10000 100011

Color Harmonies of #674B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B4B

Black with #674B4B

Text Example


Text Example

White with #674B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674B4B; }

 p { color: rgb(103,75,75); }

 H1.HeaderClassName
 {
   color: #674B4B;
 }
 .AnyTagClassName
 {
   color: #674B4B;
 }
</style>

background-color css

<style>
 a { background-color: #674B4B; }

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

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

border-color css

<style>
 span { border-color: #674B4B; }

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

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